/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 37 animator.addListener(listener); in normal() 38 animator.start(); in normal() 46 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in canceled() local 47 animator.addListener(listener); in canceled() 50 animator.start(); in canceled() 51 animator.cancel(); in canceled() 60 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in delayed() local 61 animator.setStartDelay(1000); in delayed() 62 animator.addListener(listener); in delayed() [all …]
|
D | ShadowValueAnimatorTest.java | 26 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in start_shouldRunAnimation() local 27 animator.setDuration(1000); in start_shouldRunAnimation() 28 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in start_shouldRunAnimation() 34 animator.start(); in start_shouldRunAnimation() 41 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WithInfiniteRepeatCount_CountIsSetToOne() local 42 animator.setRepeatCount(ValueAnimator.INFINITE); in test_WithInfiniteRepeatCount_CountIsSetToOne() 44 assertThat(Shadows.shadowOf(animator).getActualRepeatCount()).isEqualTo(ValueAnimator.INFINITE); in test_WithInfiniteRepeatCount_CountIsSetToOne() 45 assertThat(animator.getRepeatCount()).isEqualTo(1); in test_WithInfiniteRepeatCount_CountIsSetToOne() 51 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce() local 52 animator.setDuration(200); in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce() [all …]
|
D | ShadowObjectAnimatorTest.java | 43 final ObjectAnimator animator = ObjectAnimator.ofInt(target, "transparency", 0, 1, 2, 3, 4); in start_shouldRunAnimation() local 46 animator.setDuration(1000); in start_shouldRunAnimation() 47 animator.addListener(listener); in start_shouldRunAnimation() 48 animator.start(); in start_shouldRunAnimation()
|
/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() argument 13 this.animator = animator; in ViewPropertyAnimationFactory() 29 animation = new ViewPropertyAnimation<R>(animator); in build()
|
D | ViewPropertyAnimation.java | 14 private final Animator animator; field in ViewPropertyAnimation 23 public ViewPropertyAnimation(Animator animator) { in ViewPropertyAnimation() argument 24 this.animator = animator; in ViewPropertyAnimation() 40 animator.animate(adapter.getView()); in animate()
|
/external/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 183 std::unique_ptr<KeyframeAnimator> animator( in Make() local 185 if (!animator->count()) in Make() 188 return animator; in Make() 291 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl() local 293 if (!animator) { in BindPropertyImpl() 298 ascope->push_back(std::move(animator)); in BindPropertyImpl() 336 for (const auto& animator : fAnimators) { in onTick() local 337 animator->tick(t); in onTick()
|
/external/skqp/modules/skottie/src/ |
D | SkottieAnimator.cpp | 185 std::unique_ptr<KeyframeAnimator> animator( in Make() local 187 if (!animator->count()) in Make() 190 return animator; in Make() 293 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl() local 295 if (!animator) { in BindPropertyImpl() 300 ascope->push_back(std::move(animator)); in BindPropertyImpl() 338 for (const auto& animator : fAnimators) { in onTick() local 339 animator->tick(t); in onTick()
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m.result | 89 - (void)dynamicAnimatorWillResume:(UIDynamicAnimator*)animator; 90 - (void)dynamicAnimatorDidPause:(UIDynamicAnimator*)animator; 100 - (void)dynamicAnimatorWillResume:(UIDynamicAnimator*)animator; 102 - (void)dynamicAnimatorDidPause:(UIDynamicAnimator*)animator;
|
D | objcmt-protocol-conformance.m | 89 - (void)dynamicAnimatorWillResume:(UIDynamicAnimator*)animator; 90 - (void)dynamicAnimatorDidPause:(UIDynamicAnimator*)animator; 100 - (void)dynamicAnimatorWillResume:(UIDynamicAnimator*)animator; 102 - (void)dynamicAnimatorDidPause:(UIDynamicAnimator*)animator;
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 119 ValueAnimator animator; field in HelloCanvasAR 178 animator = new ValueAnimator(); in onCreate() 179 animator.setValues(propertyRadius); in onCreate() 180 animator.setDuration(1000); in onCreate() 181 animator.setRepeatCount(ValueAnimator.INFINITE); in onCreate() 182 animator.setRepeatMode(ValueAnimator.REVERSE); in onCreate() 183 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in onCreate() 189 animator.start(); in onCreate()
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 119 ValueAnimator animator; field in HelloCanvasAR 178 animator = new ValueAnimator(); in onCreate() 179 animator.setValues(propertyRadius); in onCreate() 180 animator.setDuration(1000); in onCreate() 181 animator.setRepeatCount(ValueAnimator.INFINITE); in onCreate() 182 animator.setRepeatMode(ValueAnimator.REVERSE); in onCreate() 183 animator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in onCreate() 189 animator.start(); in onCreate()
|
/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 98 assertThat(animator).isInstanceOf((Class<? extends Animator>) Animator.class); in shouldCreateAnimators()
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | decompressed_atrace_data.txt | 31 …<...>-18926 (-----) [004] ...1 683202.133158: tracing_mark_write: S|18926|animator:opacity|23751452 99 …<...>-18926 (-----) [004] ...1 683202.157004: tracing_mark_write: S|18926|animator:bottom|177885989 124 … <...>-18926 (-----) [004] ...1 683202.167058: tracing_mark_write: S|18926|animator|46267553 125 … <...>-18926 (-----) [004] ...1 683202.167297: tracing_mark_write: S|18926|animator|219664070 326 …<...>-18926 (-----) [004] ...1 683202.208892: tracing_mark_write: F|18926|animator:opacity|23751452 752 … <...>-18926 (-----) [004] ...1 683202.297739: tracing_mark_write: S|18926|animator|122130055 753 … <...>-18926 (-----) [004] ...1 683202.297847: tracing_mark_write: S|18926|animator|172949940 754 … <...>-18926 (-----) [004] ...1 683202.297932: tracing_mark_write: S|18926|animator|190890461 755 … <...>-18926 (-----) [004] ...1 683202.298010: tracing_mark_write: S|18926|animator|20058450 756 … <...>-18926 (-----) [004] ...1 683202.298087: tracing_mark_write: S|18926|animator|184847395 [all …]
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 37 private final MyAnimator animator = new MyAnimator(); field in SplashPanel 99 animationThread = new Thread(animator); in start()
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | GifRequestBuilder.java | 299 public GifRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate() argument 300 super.animate(animator); in animate()
|
D | DrawableRequestBuilder.java | 289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate() argument 290 super.animate(animator); in animate()
|
D | BitmapRequestBuilder.java | 349 …c BitmapRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator animator) { in animate() argument 350 super.animate(animator); in animate()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | SpeechActivity.java | 363 public void onAnimationUpdate(ValueAnimator animator) { in recognize() 364 labelView.setBackgroundColor((int) animator.getAnimatedValue()); in recognize()
|
/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 29 - (id) animator; method
|
D | super-cat-prot.m | 13 @protocol NSAnimatablePropertyContainer - (id)animator; @end method
|
D | interface-scope-2.m | 39 - (id)animator; method
|
D | ivar-access-tests.m | 95 - (id)animator; method
|
/external/clang/test/Analysis/ |
D | rdar-6562655.m | 19 @end @protocol NSAnimatablePropertyContainer - (id)animator; method
|
D | NSPanel.m | 45 - (id)animator; method
|
D | NSWindow.m | 27 - (id)animator; method
|