Home
last modified time | relevance | path

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

12

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
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/libmojo/base/android/java/src/org/chromium/base/
DAnimationFrameTimeHistogram.java40 public void onAnimationStart(Animator animation) { in getAnimatorRecorder()
45 public void onAnimationEnd(Animator animation) { in getAnimatorRecorder()
50 public void onAnimationCancel(Animator animation) { in getAnimatorRecorder()
131 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()
DNPCAnimationComponent.java376 public void setChannelTrigger(int animation) { in setChannelTrigger()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DImageViewTest.java81 Drawable animation = imageView.getDrawable(); in testSetAnimatedImage_drawable() local
89 AnimationDrawable animation = (AnimationDrawable) imageView.getDrawable(); in testSetAnimationItem() local
DTranslateAnimationTest.java17 private TranslateAnimation animation; field in TranslateAnimationTest
DAnimationTest.java20 private TestAnimation animation; field in AnimationTest
/external/glide/library/src/main/java/com/bumptech/glide/
DDrawableOptions.java50 GenericRequestBuilder<?, ?, ?, ?> crossFade(Animation animation, int duration); in crossFade()
DGifRequestBuilder.java251 public GifRequestBuilder<ModelType> crossFade(Animation animation, int duration) { in crossFade()
290 public GifRequestBuilder<ModelType> animate(Animation animation) { in animate()
DDrawableRequestBuilder.java262 public DrawableRequestBuilder<ModelType> crossFade(Animation animation, int duration) { in crossFade()
309 public DrawableRequestBuilder<ModelType> animate(Animation animation) { in animate()
DGenericRequestBuilder.java360 GlideAnimationFactory<TranscodeType> animation = NoAnimation.getFactory(); in dontAnimate() local
391 …ericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(Animation animation) { in animate()
DBitmapRequestBuilder.java340 public BitmapRequestBuilder<ModelType, TranscodeType> animate(Animation animation) { in animate()
/external/ImageMagick/Magick++/demo/
Dgravity.cpp39 list<Image> animation; in main() local
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DGlideDrawableImageViewTarget.java51 …public void onResourceReady(GlideDrawable resource, GlideAnimation<? super GlideDrawable> animatio… in onResourceReady()
/external/skia/bench/
DSKPAnimationBench.cpp14 Animation* animation, bool doLooping) in SKPAnimationBench()
/external/vulkan-validation-layers/demos/smoke/
DSimulation.h86 Animation animation; member
/external/glide/library/src/main/java/com/bumptech/glide/request/
DGenericRequest.java485 …GlideAnimation<R> animation = animationFactory.build(loadedFromMemoryCache, isFirstReadyResource()… in onResourceReady() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowView.java81 private Animation animation; field in ShadowView

12