Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java382 …BaseKeyframeAnimation<Integer, Integer> opacityAnimation = this.mask.getOpacityAnimations().get(i); in applyMasks() local
441 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyAddMask() argument
450 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedAddMask() argument
462 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applySubtractMask() argument
470 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedSubtractMask() argument
482 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyIntersectMask() argument
493 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedIntersectMask() argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DFillContent.java38 private final BaseKeyframeAnimation<Integer, Integer> opacityAnimation; field in FillContent
DBaseStrokeContent.java50 private final BaseKeyframeAnimation<?, Integer> opacityAnimation; field in BaseStrokeContent
DGradientFillContent.java53 private final BaseKeyframeAnimation<Integer, Integer> opacityAnimation; field in GradientFillContent