/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | TransformKeyframeAnimation.java | 93 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()
|
D | BaseKeyframeAnimation.java | 44 public void addUpdateListener(AnimationListener listener) { in addUpdateListener() method in BaseKeyframeAnimation
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | TrimPathContent.java | 32 startAnimation.addUpdateListener(this); in TrimPathContent() 33 endAnimation.addUpdateListener(this); in TrimPathContent() 34 offsetAnimation.addUpdateListener(this); in TrimPathContent()
|
D | PolystarContent.java | 76 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()
|
D | GradientFillContent.java | 71 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()
|
D | GradientStrokeContent.java | 54 colorAnimation.addUpdateListener(this); in GradientStrokeContent() 58 startPointAnimation.addUpdateListener(this); in GradientStrokeContent() 62 endPointAnimation.addUpdateListener(this); in GradientStrokeContent() 174 colorCallbackAnimation.addUpdateListener(this); in addValueCallback()
|
D | FillContent.java | 56 colorAnimation.addUpdateListener(this); in FillContent() 59 opacityAnimation.addUpdateListener(this); in FillContent() 136 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
|
D | BaseStrokeContent.java | 90 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()
|
D | StrokeContent.java | 35 colorAnimation.addUpdateListener(this); in StrokeContent() 66 colorFilterAnimation.addUpdateListener(this); in addValueCallback()
|
D | RectangleContent.java | 49 positionAnimation.addUpdateListener(this); in RectangleContent() 50 sizeAnimation.addUpdateListener(this); in RectangleContent() 51 cornerRadiusAnimation.addUpdateListener(this); in RectangleContent()
|
D | EllipseContent.java | 45 sizeAnimation.addUpdateListener(this); in EllipseContent() 46 positionAnimation.addUpdateListener(this); in EllipseContent()
|
D | RepeaterContent.java | 46 copies.addUpdateListener(this); in RepeaterContent() 50 offset.addUpdateListener(this); in RepeaterContent()
|
D | ShapeContent.java | 30 shapeAnimation.addUpdateListener(this); in ShapeContent()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | TextLayer.java | 69 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()
|
D | BaseLayer.java | 115 animation.addUpdateListener(this); in BaseLayer() 119 animation.addUpdateListener(this); in BaseLayer() 151 inOutAnimation.addUpdateListener(new BaseKeyframeAnimation.AnimationListener() { in setupInOutAnimations()
|
D | CompositionLayer.java | 45 this.timeRemapping.addUpdateListener(this); in CompositionLayer()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowValueAnimatorTest.java | 28 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in start_shouldRunAnimation()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | BaseLottieAnimator.java | 30 public void addUpdateListener(ValueAnimator.AnimatorUpdateListener listener) { in addUpdateListener() method in BaseLottieAnimator
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieDrawable.java | 128 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/ |
D | HelloCanvasAR.java | 183 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in onCreate()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DefaultTimeBar.java | 335 scrubberScalingAnimator.addUpdateListener( in DefaultTimeBar()
|
/external/lottie/ |
D | CHANGELOG.md | 330 * Fewer addUpdateListener calls.
|