| /external/skia/modules/jetski/src/ |
| D | SkottieAnimation.cpp | 21 auto animation = Animation::Builder().make(cstr, strlen(cstr)); in Animation_Create() local 31 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetDuration() local 36 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetFrameCnt() local 41 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetWidth() local 46 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetHeight() local 51 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekFrame() local 57 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekTime() local 63 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_Render() local
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | TestAnimatorListener.java | 10 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()
|
| D | ShadowRenderNodeAnimatorTest.java | 165 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/ |
| D | skottie_test.js | 38 const animation = CanvasKit.MakeManagedAnimation(promises[1], { constant 72 const animation = CanvasKit.MakeManagedAnimation(promises[0]); constant 104 const animation = CanvasKit.MakeManagedAnimation(lottie, null, null, mockSoundMap); constant 150 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant 171 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant 202 const animation = CanvasKit.MakeManagedAnimation(json, null, null, null, logger); constant 278 const animation = CanvasKit.MakeManagedAnimation(json, null, '__'); constant
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ |
| D | AnimatedViewPortJob.java | 68 public void onAnimationStart(Animator animation) { in onAnimationStart() 73 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 82 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 91 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 96 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
|
| D | AnimatedZoomJob.java | 68 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 90 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 96 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 101 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 111 public void onAnimationStart(Animator animation) { in onAnimationStart()
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/ |
| D | TestAnimationListener.java | 13 public void onAnimationStart(Animation animation) { in onAnimationStart() 18 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 23 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/android/ |
| D | TestAnimationListener.java | 13 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/ |
| D | AnimationFrameTimeHistogram.java | 37 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/ |
| D | swiper.js | 96 moveToIndex(curIndex, { animation: true }); property 101 unstableTranslateX ? moveToIndex(nextIndex, { animation: true }) : moveToIndex(nextIndex); property 118 calc(true, { animation: false }); property 142 calc(false, { animation: false }); property 197 calc(true, { animation: false }); property
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/ |
| D | swiper.js | 96 moveToIndex(curIndex, { animation: true }); property 101 unstableTranslateX ? moveToIndex(nextIndex, { animation: true }) : moveToIndex(nextIndex); property 118 calc(true, { animation: false }); property 142 calc(false, { animation: false }); property 197 calc(true, { animation: false }); property
|
| /external/glide/library/src/main/java/com/bumptech/glide/request/animation/ |
| D | ViewAnimationFactory.java | 17 public ViewAnimationFactory(Animation animation) { in ViewAnimationFactory() 52 private final Animation animation; field in ViewAnimationFactory.ConcreteAnimationFactory 54 public ConcreteAnimationFactory(Animation animation) { in ConcreteAnimationFactory()
|
| D | DrawableCrossFadeFactory.java | 26 private DrawableCrossFadeViewAnimation<T> animation; field in DrawableCrossFadeFactory 67 AlphaAnimation animation = new AlphaAnimation(0f, 1f); in build() local
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | DifficultyMenuActivity.java | 139 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 160 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 165 public void onAnimationStart(Animation animation) { in onAnimationStart()
|
| D | ExtrasMenuActivity.java | 203 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 223 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 228 public void onAnimationStart(Animation animation) { in onAnimationStart()
|
| D | MainMenuActivity.java | 385 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 400 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 405 public void onAnimationStart(Animation animation) { in onAnimationStart()
|
| D | LevelSelectActivity.java | 365 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 370 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 375 public void onAnimationStart(Animation animation) { in onAnimationStart()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowRenderNodeAnimatorTest.java | 170 public void onAnimationStart(Animator animation) { in onAnimationStart() 175 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 180 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| D | FrameMetricsBuilderTest.java | 76 long animation = 20L; in totalDurationIsSumOfOtherDurations() local 92 long animation = 20L; in totalDurationExcludesNonDurationValues() local
|
| /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
| D | tick.js | 100 scope.applyDirtiedAnimation = function(animation) { argument 108 inactiveAnimations.forEach(function(animation) { argument 138 updatingAnimations.forEach(function(animation) { argument
|
| D | timeline.js | 37 scope.animationsWithPromises = scope.animationsWithPromises.filter(function(animation) { argument 43 this._animations = this._animations.filter(function(animation) { argument
|
| D | keyframe-effect-constructor.js | 138 scope.bindAnimationForKeyframeEffect = function(animation) { argument 178 return document.timeline.getAnimations().filter(function(animation) { argument
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/value/ |
| D | LottieValueCallback.java | 27 @Nullable private BaseKeyframeAnimation<?, ?> animation; field in LottieValueCallback 87 public final void setAnimation(@Nullable BaseKeyframeAnimation<?, ?> animation) { in setAnimation()
|
| /external/skia/modules/skottie/src/ |
| D | SkottieTest.cpp | 34 auto animation = Animation::Make(&stream); in DEF_TEST() local 251 auto animation = skottie::Animation::Builder() in DEF_TEST() local 387 auto animation = skottie::Animation::Builder() in DEF_TEST() local 477 auto animation = in DEF_TEST() local 514 auto animation = make_animation(single_asset, multi_asset, false); in DEF_TEST() local 536 auto animation = make_animation(single_asset, multi_asset, true); in DEF_TEST() local
|
| /external/skia/modules/skottie/fuzz/ |
| D | FuzzSkottieJSON.cpp | 16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
|