Home
last modified time | relevance | path

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

123

/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorTest.java37 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
DShadowValueAnimatorTest.java26 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
DShadowObjectAnimatorTest.java44 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
93 sk_sp<KeyframeAnimator> animator; in bindImpl() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DLineScatterCandleRadarRenderer.java20 public LineScatterCandleRadarRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) { in LineScatterCandleRadarRenderer()
DLineRadarRenderer.java17 public LineRadarRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) { in LineRadarRenderer()
DBarLineScatterCandleBubbleRenderer.java21 …public BarLineScatterCandleBubbleRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler)… in BarLineScatterCandleBubbleRenderer()
DCombinedChartRenderer.java31 …public CombinedChartRenderer(CombinedChart chart, ChartAnimator animator, ViewPortHandler viewPort… in CombinedChartRenderer()
DScatterChartRenderer.java27 …public ScatterChartRenderer(ScatterDataProvider chart, ChartAnimator animator, ViewPortHandler vie… in ScatterChartRenderer()
DDataRenderer.java51 public DataRenderer(ChartAnimator animator, ViewPortHandler viewPortHandler) { in DataRenderer()
/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/robolectric/robolectric/src/test/java/org/robolectric/android/
DDrawableResourceLoaderTest.java97 Animator animator = 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/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/
DAnimatedViewPortJob.java18 protected ObjectAnimator animator; field in AnimatedViewPortJob
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java37 private final MyAnimator animator = new MyAnimator(); field in SplashPanel
/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/clang/test/Analysis/
DNSWindow.m27 - (id)animator; method

123