| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowRenderNodeAnimatorTest.java | 36     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in normal()  local 46     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in canceled()  local 60     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in delayed()  local 72     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in neverStartedCanceled()  local 91     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in neverStartedEnded()  local 109     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in doubleCanceled()  local 124     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in doubleEnded()  local 138     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in delayedAndCanceled()  local
  | 
| D | ShadowValueAnimatorTest.java | 26     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in start_shouldRunAnimation()  local 41     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in test_WithInfiniteRepeatCount_CountIsSetToOne()  local 51     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce()  local
  | 
| D | ShadowObjectAnimatorTest.java | 43     final ObjectAnimator animator = ObjectAnimator.ofInt(target, "transparency", 0, 1, 2, 3, 4);  in start_shouldRunAnimation()  local
  | 
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ | 
| D | ShadowRenderNodeAnimatorTest.java | 37     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in normal()  local 48     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in canceled()  local 62     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in delayed()  local 75     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in neverStartedCanceled()  local 94     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in neverStartedEnded()  local 114     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in doubleCanceled()  local 129     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in doubleEnded()  local 143     Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f);  in delayedAndCanceled()  local
  | 
| D | ShadowValueAnimatorTest.java | 26     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in start_shouldRunAnimation()  local 36     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in test_WithInfiniteRepeatCount_CountIsSetToOne()  local 45     final ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce()  local 60     ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in animation_setPostFrameCallbackDelay()  local 78     ValueAnimator animator = ValueAnimator.ofInt(0, 10);  in setDurationScale_disablesDurations()  local
  | 
| D | ShadowObjectAnimatorTest.java | 44     final ObjectAnimator animator = ObjectAnimator.ofInt(target, "transparency", 0, 1, 2, 3, 4);  in start_shouldRunAnimation()  local
  | 
| /external/glide/library/src/main/java/com/bumptech/glide/request/animation/ | 
| D | ViewPropertyAnimationFactory.java | 9     private final ViewPropertyAnimation.Animator animator;  field in ViewPropertyAnimationFactory 12     public ViewPropertyAnimationFactory(ViewPropertyAnimation.Animator animator) {  in ViewPropertyAnimationFactory()
  | 
| D | ViewPropertyAnimation.java | 14     private final Animator animator;  field in ViewPropertyAnimation 23     public ViewPropertyAnimation(Animator animator) {  in ViewPropertyAnimation()
  | 
| /external/skia/modules/skottie/src/animator/ | 
| D | Animator.cpp | 20     for (const auto& animator : fAnimators) {  in onSeek()  local 93     sk_sp<KeyframeAnimator> animator;  in bindImpl()  local
  | 
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ | 
| D | LineScatterCandleRadarRenderer.java | 20     public LineScatterCandleRadarRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) {  in LineScatterCandleRadarRenderer()
  | 
| D | LineRadarRenderer.java | 17     public LineRadarRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) {  in LineRadarRenderer()
  | 
| D | BarLineScatterCandleBubbleRenderer.java | 21 …public BarLineScatterCandleBubbleRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler)…  in BarLineScatterCandleBubbleRenderer()
  | 
| D | CombinedChartRenderer.java | 31 …public CombinedChartRenderer(CombinedChart chart, ChartAnimator animator, ViewPortHandler viewPort…  in CombinedChartRenderer()
  | 
| D | ScatterChartRenderer.java | 27 …public ScatterChartRenderer(ScatterDataProvider chart, ChartAnimator animator, ViewPortHandler vie…  in ScatterChartRenderer()
  | 
| D | DataRenderer.java | 51     public DataRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) {  in DataRenderer()
  | 
| /external/lottie/lottie/src/test/java/com/airbnb/lottie/ | 
| D | LottieValueAnimatorUnitTest.java | 33   private LottieValueAnimator animator;  field in LottieValueAnimatorUnitTest
  | 
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/ | 
| D | DrawableResourceLoaderTest.java | 97     Animator animator = AnimatorInflater.loadAnimator(application, R.animator.spinning);  in shouldCreateAnimators()  local
  | 
| /external/robolectric/robolectric/src/test/java/org/robolectric/android/ | 
| D | DrawableResourceLoaderTest.java | 97     Animator animator =  in shouldCreateAnimators()  local
  | 
| /external/skia/modules/skottie/src/effects/ | 
| D | MotionBlurEffect.cpp | 37 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<Animator> animator,  in Make() 57 MotionBlurEffect::MotionBlurEffect(sk_sp<Animator> animator,  in MotionBlurEffect()
  | 
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ | 
| D | AnimatedViewPortJob.java | 18     protected ObjectAnimator animator;  field in AnimatedViewPortJob
  | 
| /external/proguard/src/proguard/gui/splash/ | 
| D | SplashPanel.java | 37     private final MyAnimator  animator  = new MyAnimator();  field in SplashPanel
  | 
| /external/clang/test/SemaObjC/ | 
| D | ivar-access-tests.m | 95 - (id)animator;  method
  | 
| D | property-9-impl-method.m | 29 - (id) animator;  method
  | 
| D | super-cat-prot.m | 13 @protocol NSAnimatablePropertyContainer - (id)animator; @end  method
  | 
| /external/clang/test/Analysis/ | 
| D | NSWindow.m | 27 - (id)animator;  method
  |