Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java32 private final AnimatableFloatValue endOpacity; field in AnimatableTransform
41 @Nullable AnimatableFloatValue startOpacity, @Nullable AnimatableFloatValue endOpacity, in AnimatableTransform()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTransformParser.java46 AnimatableFloatValue endOpacity = null; in parse() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java43 @Nullable private BaseKeyframeAnimation<?, Float> endOpacity; field in TransformKeyframeAnimation
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DRepeaterContent.java112 float endOpacity = this.transform.getEndOpacity().getValue() / 100f; in draw() local
/external/replicaisland/src/com/replica/replicaisland/
DFadeDrawableComponent.java134 …public void setupFade(float startOpacity, float endOpacity, float duration, int loopType, int func… in setupFade()