Searched refs:hasMasks (Results 1 – 3 of 3) sorted by relevance
34 @Nullable private Boolean hasMasks; field in CompositionLayer152 public boolean hasMasks() { in hasMasks() method in CompositionLayer153 if (hasMasks == null) { in hasMasks()158 hasMasks = true; in hasMasks()161 } else if (layer instanceof CompositionLayer && ((CompositionLayer) layer).hasMasks()) { in hasMasks()162 hasMasks = true; in hasMasks()166 hasMasks = false; in hasMasks()168 return hasMasks; in hasMasks()
517 public boolean hasMasks() { in hasMasks() method in LottieAnimationView518 return lottieDrawable.hasMasks(); in hasMasks()
134 public boolean hasMasks() { in hasMasks() method in LottieDrawable135 return compositionLayer != null && compositionLayer.hasMasks(); in hasMasks()