Home
last modified time | relevance | path

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

12

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorTest.java34 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in normal() local
45 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in canceled() local
59 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
111 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in doubleCanceled() local
126 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in doubleEnded() local
140 Animator animator = ViewAnimationUtils.createCircularReveal(view, 10, 10, 10f, 100f); in delayedAndCanceled() local
DShadowValueAnimatorTest.java23 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in start_shouldRunAnimation() local
33 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WithInfiniteRepeatCount_CountIsSetToOne() local
42 final ValueAnimator animator = ValueAnimator.ofInt(0, 10); in test_WhenInfiniteAnimationIsPlayed_AnimationIsOnlyPlayedOnce() local
57 ValueAnimator animator = ValueAnimator.ofInt(0, 10); in animation_setPostFrameCallbackDelay() local
75 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/lottie/lottie/src/test/java/com/airbnb/lottie/utils/
DLottieValueAnimatorTest.java21 LottieValueAnimator animator = new LottieValueAnimator(); in callOfPauseAnimationShouldFireCallbackOnAnimationPause() local
37 LottieValueAnimator animator = new LottieValueAnimator(); in callOfResumeAnimationShouldFireCallbackOnAnimationResume() 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.cpp24 for (const auto& animator : fAnimators) { in onSeek() local
112 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()
DCandleStickChartRenderer.java33 public CandleStickChartRenderer(CandleDataProvider chart, ChartAnimator animator, in CandleStickChartRenderer()
DHorizontalBarChartRenderer.java34 public HorizontalBarChartRenderer(BarDataProvider chart, ChartAnimator animator, in HorizontalBarChartRenderer()
DBubbleChartRenderer.java30 public BubbleChartRenderer(BubbleDataProvider chart, ChartAnimator animator, in BubbleChartRenderer()
/external/lottie/lottie/src/test/java/com/airbnb/lottie/
DLottieValueAnimatorUnitTest.java33 private LottieValueAnimator animator; field in LottieValueAnimatorUnitTest
/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/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
Drdar-6562655.m19 @end @protocol NSAnimatablePropertyContainer - (id)animator; method
DNSPanel.m45 - (id)animator; method

12