Home
last modified time | relevance | path

Searched defs:maskAnimation (Results 1 – 1 of 1) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java353 BaseKeyframeAnimation<?, Path> maskAnimation = this.mask.getMaskAnimations().get(i); in intersectBoundsWithMask() local
432 BaseKeyframeAnimation<ShapeData, Path> maskAnimation = this.mask.getMaskAnimations().get(i); in applyMasks() local
491 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyAddMask()
500 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedAddMask()
511 …ySubtractMask(Canvas canvas, Matrix matrix, BaseKeyframeAnimation<ShapeData, Path> maskAnimation) { in applySubtractMask()
519 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedSubtractMask()
531 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyIntersectMask()
542 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedIntersectMask()