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