Searched refs:ViewPropertyAnimation (Results 1 – 6 of 6) sorted by relevance
9 private final ViewPropertyAnimation.Animator animator;10 private ViewPropertyAnimation<R> animation;12 public ViewPropertyAnimationFactory(ViewPropertyAnimation.Animator animator) { in ViewPropertyAnimationFactory()29 animation = new ViewPropertyAnimation<R>(animator); in build()
12 public class ViewPropertyAnimation<R> implements GlideAnimation<R> { class23 public ViewPropertyAnimation(Animator animator) { in ViewPropertyAnimation() method in ViewPropertyAnimation
20 import com.bumptech.glide.request.animation.ViewPropertyAnimation;299 public GifRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate()
26 import com.bumptech.glide.request.animation.ViewPropertyAnimation;289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) { in animate()
28 import com.bumptech.glide.request.animation.ViewPropertyAnimation;349 …public BitmapRequestBuilder<ModelType, TranscodeType> animate(ViewPropertyAnimation.Animator anima… in animate()
31 import com.bumptech.glide.request.animation.ViewPropertyAnimation;404 ViewPropertyAnimation.Animator animator) { in animate()