Home
last modified time | relevance | path

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

123

/external/skia/modules/androidkit/src/
DSkottieAnimation.cpp21 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/
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/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/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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/
Dswiper.js96 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/
Dswiper.js96 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/
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
/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorTest.java170 public void onAnimationStart(Animator animation) { in onAnimationStart()
175 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
180 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DFrameMetricsBuilderTest.java76 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/
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
/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/skia/modules/skottie/fuzz/
DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON() local
/external/glide/library/src/main/java/com/bumptech/glide/
DDrawableOptions.java50 GenericRequestBuilder<?, ?, ?, ?> crossFade(Animation animation, int duration); in crossFade()
/external/ImageMagick/Magick++/demo/
Dgravity.cpp39 list<Image> animation; in main() local

123