/external/skia/modules/androidkit/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.spec.js | 38 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/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-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/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_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/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/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
|
D | ViewPropertyAnimationFactory.java | 10 private ViewPropertyAnimation<R> animation; field in ViewPropertyAnimationFactory
|
/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 | 15 @Nullable private BaseKeyframeAnimation<?, ?> animation; field in LottieValueCallback 72 public final void setAnimation(@Nullable BaseKeyframeAnimation<?, ?> animation) { in setAnimation()
|
/external/skia/modules/skottie/fuzz/ |
D | FuzzSkottieJSON.cpp | 16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | DrawableOptions.java | 50 GenericRequestBuilder<?, ?, ?, ?> crossFade(Animation animation, int duration); in crossFade()
|
/external/ImageMagick/Magick++/demo/ |
D | gravity.cpp | 39 list<Image> animation; in main() local
|