Home
last modified time | relevance | path

Searched defs:animator (Results 1 – 25 of 45) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorTest.java36 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
DShadowValueAnimatorTest.java26 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
DShadowObjectAnimatorTest.java43 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/
DViewPropertyAnimationFactory.java9 private final ViewPropertyAnimation.Animator animator; field in ViewPropertyAnimationFactory
12 public ViewPropertyAnimationFactory(ViewPropertyAnimation.Animator animator) { in ViewPropertyAnimationFactory()
DViewPropertyAnimation.java14 private final Animator animator; field in ViewPropertyAnimation
23 public ViewPropertyAnimation(Animator animator) { in ViewPropertyAnimation()
/external/skia/modules/skottie/src/animator/
DAnimator.cpp20 for (const auto& animator : fAnimators) { in onSeek() local
80 sk_sp<KeyframeAnimator> animator; in bindImpl() local
/external/lottie/lottie/src/test/java/com/airbnb/lottie/
DLottieValueAnimatorUnitTest.java33 private LottieValueAnimator animator; field in LottieValueAnimatorUnitTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DDrawableResourceLoaderTest.java97 Animator animator = AnimatorInflater.loadAnimator(application, R.animator.spinning); in shouldCreateAnimators() local
/external/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp37 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<Animator> animator, in Make()
57 MotionBlurEffect::MotionBlurEffect(sk_sp<Animator> animator, in MotionBlurEffect()
/external/skqp/modules/skottie/src/
DSkottieAnimator.cpp185 std::unique_ptr<KeyframeAnimator> animator( in Make() local
293 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl() local
338 for (const auto& animator : fAnimators) { in onTick() local
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java37 private final MyAnimator animator = new MyAnimator(); field in SplashPanel
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp95 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make() local
353 for (const auto& animator : fAnimators) { in onSync() local
/external/clang/test/SemaObjC/
Divar-access-tests.m95 - (id)animator; method
Dproperty-9-impl-method.m29 - (id) animator; method
Dsuper-cat-prot.m13 @protocol NSAnimatablePropertyContainer - (id)animator; @end method
/external/llvm-project/clang/test/SemaObjC/
Divar-access-tests.m95 - (id)animator; method
Dproperty-9-impl-method.m29 - (id) animator; method
Dsuper-cat-prot.m13 @protocol NSAnimatablePropertyContainer - (id)animator; @end method
Dinterface-scope-2.m39 - (id)animator; method
/external/llvm-project/clang/test/Analysis/
DNSWindow.m27 - (id)animator; method
Drdar-6562655.m19 @end @protocol NSAnimatablePropertyContainer - (id)animator; method
DNSPanel.m45 - (id)animator; method
/external/clang/test/Analysis/
DNSWindow.m27 - (id)animator; method
Drdar-6562655.m19 @end @protocol NSAnimatablePropertyContainer - (id)animator; method
DNSPanel.m45 - (id)animator; method

12