Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 58) sorted by relevance

123

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DTestAnimatorListener.java10 public void onAnimationStart(Animator animation) { in onAnimationStart()
15 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
20 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
24 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
DShadowRenderNodeAnimatorTest.java165 public void onAnimationStart(Animator animation) { in onAnimationStart()
170 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
175 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/external/skia/modules/canvaskit/tests/
Dskottie.spec.js38 const animation = CanvasKit.MakeManagedAnimation(promises[1], { constant
74 const animation = CanvasKit.MakeManagedAnimation(promises[0]); constant
106 const animation = CanvasKit.MakeManagedAnimation(lottie, null, null, mockSoundMap); constant
152 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
173 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
204 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant
280 const animation = CanvasKit.MakeManagedAnimation(json, null, '__'); constant
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DTestAnimationListener.java13 public void onAnimationStart(Animation animation) { in onAnimationStart()
18 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
23 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
/external/libchrome/base/android/java/src/org/chromium/base/
DAnimationFrameTimeHistogram.java37 public void onAnimationStart(Animator animation) { in getAnimatorRecorder()
42 public void onAnimationEnd(Animator animation) { in getAnimatorRecorder()
47 public void onAnimationCancel(Animator animation) { in getAnimatorRecorder()
128 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { in onTimeUpdate()
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DViewAnimationFactory.java17 public ViewAnimationFactory(Animation animation) { in ViewAnimationFactory()
52 private final Animation animation; field in ViewAnimationFactory.ConcreteAnimationFactory
54 public ConcreteAnimationFactory(Animation animation) { in ConcreteAnimationFactory()
DDrawableCrossFadeFactory.java26 private DrawableCrossFadeViewAnimation<T> animation; field in DrawableCrossFadeFactory
67 AlphaAnimation animation = new AlphaAnimation(0f, 1f); in build() local
DViewPropertyAnimationFactory.java10 private ViewPropertyAnimation<R> animation; field in ViewPropertyAnimationFactory
DViewAnimation.java39 Animation animation = animationFactory.build(); in animate() local
/external/replicaisland/src/com/replica/replicaisland/
DDifficultyMenuActivity.java139 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
160 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
165 public void onAnimationStart(Animation animation) { in onAnimationStart()
DExtrasMenuActivity.java203 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
223 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
228 public void onAnimationStart(Animation animation) { in onAnimationStart()
DMainMenuActivity.java385 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
400 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
405 public void onAnimationStart(Animation animation) { in onAnimationStart()
DLevelSelectActivity.java365 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
370 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
375 public void onAnimationStart(Animation animation) { in onAnimationStart()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtick.js100 scope.applyDirtiedAnimation = function(animation) { argument
108 inactiveAnimations.forEach(function(animation) { argument
138 updatingAnimations.forEach(function(animation) { argument
Dtimeline.js37 scope.animationsWithPromises = scope.animationsWithPromises.filter(function(animation) { argument
43 this._animations = this._animations.filter(function(animation) { argument
Dkeyframe-effect-constructor.js138 scope.bindAnimationForKeyframeEffect = function(animation) { argument
178 return document.timeline.getAnimations().filter(function(animation) { argument
Deffect-callback.js19 scope.bindAnimationForCustomEffect = function(animation) { argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieValueCallback.java15 @Nullable private BaseKeyframeAnimation<?, ?> animation; field in LottieValueCallback
72 public final void setAnimation(@Nullable BaseKeyframeAnimation<?, ?> animation) { in setAnimation()
/external/skqp/modules/skottie/src/
DSkottieTest.cpp29 auto animation = Animation::Make(&stream); in DEF_TEST() local
118 auto animation = skottie::Animation::Builder() in DEF_TEST() local
206 auto animation = skottie::Animation::Builder() in DEF_TEST() local
/external/skqp/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
/external/skia/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
/external/skqp/experimental/canvaskit/
Dskottie_bindings.cpp33 auto animation = skottie::Animation::Builder() in Make() local
99 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
/external/ImageMagick/Magick++/demo/
Dgravity.cpp39 list<Image> animation; in main() local
/external/glide/library/src/main/java/com/bumptech/glide/
DDrawableOptions.java50 GenericRequestBuilder<?, ?, ?, ?> crossFade(Animation animation, int duration); in crossFade()
/external/skia/modules/skottie/src/
DSkottieTest.cpp37 auto animation = Animation::Make(&stream); in DEF_TEST() local
251 auto animation = skottie::Animation::Builder() in DEF_TEST() local
383 auto animation = skottie::Animation::Builder() in DEF_TEST() local
785 auto animation = in DEF_TEST() local
822 auto animation = make_animation(single_asset, multi_asset, false); in DEF_TEST() local
844 auto animation = make_animation(single_asset, multi_asset, true); in DEF_TEST() local

123