Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 42) 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/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/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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DAnimationController.java44 void onEnd (final AnimationDesc animation); in onEnd()
49 void onLoop (final AnimationDesc animation); in onLoop()
59 public Animation animation; field in AnimationController.AnimationDesc
DBaseAnimationController.java118 protected void apply (final Animation animation, final float time, final float weight) { in apply()
136 protected void applyAnimation (final Animation animation, final float time) { in applyAnimation()
257 final Animation animation, final float time) { in applyAnimation()
278 protected void removeAnimation (final Animation animation) { in removeAnimation()
/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()
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()
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Danimation.js21 var animation = function() { function in scope.Animation
Danimation-constructor.js55 scope.newUnderlyingPlayerForAnimation = function(animation) { argument
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DModelTest.java115 final Animation animation = e.key.animations.get(i); in switchAnimation() local
DSkeletonTest.java138 final Animation animation = e.key.animations.get(i); in switchAnimation() local
/external/skia/bench/
DSKPAnimationBench.cpp14 Animation* animation, bool doLooping) in SKPAnimationBench()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModel.java115 Animation animation = new Animation(); in loadAnimations() local
403 Animation animation; in getAnimation() local

12