Home | History | Annotate | Download | only in glide

Lines Matching defs:animate

65      *     you need to call {@link #animate(int)} on both the thumb and the full request. For a simpler thumbnail
246 super.animate(new DrawableCrossFadeFactory<GlideDrawable>());
254 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(duration));
263 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(animation, duration));
271 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(context, animationId,
289 public DrawableRequestBuilder<ModelType> animate(ViewPropertyAnimation.Animator animator) {
290 super.animate(animator);
298 public DrawableRequestBuilder<ModelType> animate(int animationId) {
299 super.animate(animationId);
309 public DrawableRequestBuilder<ModelType> animate(Animation animation) {
310 super.animate(animation);