HomeSort by relevance Sort by last modified time
    Searched refs:NoAnimation (Results 1 - 6 of 6) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
NoAnimation.java 8 public class NoAnimation<R> implements GlideAnimation<R> {
9 private static final NoAnimation<?> NO_ANIMATION = new NoAnimation<Object>();
14 * A factory that always returns the same {@link com.bumptech.glide.request.animation.NoAnimation}.
25 * Returns an instance of a factory that produces {@link com.bumptech.glide.request.animation.NoAnimation}s.
33 * Returns an instance of {@link com.bumptech.glide.request.animation.NoAnimation}.
ViewPropertyAnimationFactory.java 19 * {@link NoAnimation} and otherwise returns a new
26 return NoAnimation.get();
DrawableCrossFadeFactory.java 17 * cache this factory produces an {@link com.bumptech.glide.request.animation.NoAnimation}.
52 return NoAnimation.get();
ViewAnimationFactory.java 32 * {@link com.bumptech.glide.request.animation.NoAnimation} and otherwise returns a new
41 return NoAnimation.get();
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 29 import com.bumptech.glide.request.animation.NoAnimation;
73 private GlideAnimationFactory<TranscodeType> animationFactory = NoAnimation.getFactory();
360 GlideAnimationFactory<TranscodeType> animation = NoAnimation.getFactory();
729 if (thumbnailRequestBuilder.animationFactory.equals(NoAnimation.getFactory())) {
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 91 milliseconds