Searched defs:endOpacity (Results 1 – 5 of 5) sorted by relevance
34 private final AnimatableFloatValue endOpacity; field in AnimatableTransform43 @Nullable AnimatableFloatValue startOpacity, @Nullable AnimatableFloatValue endOpacity, in AnimatableTransform()
46 AnimatableFloatValue endOpacity = null; in parse() local
114 float endOpacity = this.transform.getEndOpacity().getValue() / 100f; in draw() local
134 …public void setupFade(float startOpacity, float endOpacity, float duration, int loopType, int func… in setupFade()
45 @Nullable private BaseKeyframeAnimation<?, Float> endOpacity; field in TransformKeyframeAnimation