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.java433 …BaseKeyframeAnimation<Integer, Integer> opacityAnimation = this.mask.getOpacityAnimations().get(i); in applyMasks() local
491 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyAddMask() argument
500 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedAddMask() argument
519 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedSubtractMask() argument
531 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyIntersectMask() argument
542 …imation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opacityAnimation) { in applyInvertedIntersectMask() argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DFillContent.java41 private final BaseKeyframeAnimation<Integer, Integer> opacityAnimation; field in FillContent
DGradientFillContent.java56 private final BaseKeyframeAnimation<Integer, Integer> opacityAnimation; field in GradientFillContent
DBaseStrokeContent.java54 private final BaseKeyframeAnimation<?, Integer> opacityAnimation; field in BaseStrokeContent