Home
last modified time | relevance | path

Searched refs:addUpdateListener (Results 1 – 22 of 22) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java93 opacity.addUpdateListener(listener); in addListener()
96 startOpacity.addUpdateListener(listener); in addListener()
99 endOpacity.addUpdateListener(listener); in addListener()
103 anchorPoint.addUpdateListener(listener); in addListener()
106 position.addUpdateListener(listener); in addListener()
109 scale.addUpdateListener(listener); in addListener()
112 rotation.addUpdateListener(listener); in addListener()
115 skew.addUpdateListener(listener); in addListener()
118 skewAngle.addUpdateListener(listener); in addListener()
DBaseKeyframeAnimation.java44 public void addUpdateListener(AnimationListener listener) { in addUpdateListener() method in BaseKeyframeAnimation
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DTrimPathContent.java32 startAnimation.addUpdateListener(this); in TrimPathContent()
33 endAnimation.addUpdateListener(this); in TrimPathContent()
34 offsetAnimation.addUpdateListener(this); in TrimPathContent()
DPolystarContent.java76 pointsAnimation.addUpdateListener(this); in PolystarContent()
77 positionAnimation.addUpdateListener(this); in PolystarContent()
78 rotationAnimation.addUpdateListener(this); in PolystarContent()
79 outerRadiusAnimation.addUpdateListener(this); in PolystarContent()
80 outerRoundednessAnimation.addUpdateListener(this); in PolystarContent()
82 innerRadiusAnimation.addUpdateListener(this); in PolystarContent()
83 innerRoundednessAnimation.addUpdateListener(this); in PolystarContent()
DGradientFillContent.java71 colorAnimation.addUpdateListener(this); in GradientFillContent()
75 opacityAnimation.addUpdateListener(this); in GradientFillContent()
79 startPointAnimation.addUpdateListener(this); in GradientFillContent()
83 endPointAnimation.addUpdateListener(this); in GradientFillContent()
243 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
254 colorCallbackAnimation.addUpdateListener(this); in addValueCallback()
DGradientStrokeContent.java54 colorAnimation.addUpdateListener(this); in GradientStrokeContent()
58 startPointAnimation.addUpdateListener(this); in GradientStrokeContent()
62 endPointAnimation.addUpdateListener(this); in GradientStrokeContent()
174 colorCallbackAnimation.addUpdateListener(this); in addValueCallback()
DFillContent.java56 colorAnimation.addUpdateListener(this); in FillContent()
59 opacityAnimation.addUpdateListener(this); in FillContent()
136 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
DBaseStrokeContent.java90 opacityAnimation.addUpdateListener(this); in BaseStrokeContent()
91 widthAnimation.addUpdateListener(this); in BaseStrokeContent()
94 dashPatternAnimations.get(i).addUpdateListener(this); in BaseStrokeContent()
97 dashPatternOffsetAnimation.addUpdateListener(this); in BaseStrokeContent()
322 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
DStrokeContent.java35 colorAnimation.addUpdateListener(this); in StrokeContent()
66 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
DRectangleContent.java49 positionAnimation.addUpdateListener(this); in RectangleContent()
50 sizeAnimation.addUpdateListener(this); in RectangleContent()
51 cornerRadiusAnimation.addUpdateListener(this); in RectangleContent()
DEllipseContent.java45 sizeAnimation.addUpdateListener(this); in EllipseContent()
46 positionAnimation.addUpdateListener(this); in EllipseContent()
DRepeaterContent.java46 copies.addUpdateListener(this); in RepeaterContent()
50 offset.addUpdateListener(this); in RepeaterContent()
DShapeContent.java30 shapeAnimation.addUpdateListener(this); in ShapeContent()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java69 textAnimation.addUpdateListener(this); in TextLayer()
75 colorAnimation.addUpdateListener(this); in TextLayer()
81 strokeColorAnimation.addUpdateListener(this); in TextLayer()
87 strokeWidthAnimation.addUpdateListener(this); in TextLayer()
93 trackingAnimation.addUpdateListener(this); in TextLayer()
430 colorAnimation.addUpdateListener(this); in addValueCallback()
445 strokeColorAnimation.addUpdateListener(this); in addValueCallback()
460 strokeWidthAnimation.addUpdateListener(this); in addValueCallback()
475 trackingAnimation.addUpdateListener(this); in addValueCallback()
487 textSizeAnimation.addUpdateListener(this); in addValueCallback()
DBaseLayer.java115 animation.addUpdateListener(this); in BaseLayer()
119 animation.addUpdateListener(this); in BaseLayer()
151 inOutAnimation.addUpdateListener(new BaseKeyframeAnimation.AnimationListener() { in setupInOutAnimations()
DCompositionLayer.java45 this.timeRemapping.addUpdateListener(this); in CompositionLayer()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowValueAnimatorTest.java28 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in start_shouldRunAnimation()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DBaseLottieAnimator.java30 public void addUpdateListener(ValueAnimator.AnimatorUpdateListener listener) { in addUpdateListener() method in BaseLottieAnimator
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java128 animator.addUpdateListener(progressUpdateListener); in LottieDrawable()
692 animator.addUpdateListener(updateListener);
701 animator.addUpdateListener(progressUpdateListener);
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java183 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in onCreate()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDefaultTimeBar.java335 scrubberScalingAnimator.addUpdateListener( in DefaultTimeBar()
/external/lottie/
DCHANGELOG.md330 * Fewer addUpdateListener calls.