Searched refs:GifDrawableTransformation (Results 1 - 3 of 3) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableTransformation.java14 public class GifDrawableTransformation implements Transformation<GifDrawable> { class in inherits:Transformation
18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { method in class:GifDrawableTransformation
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperTransformation.java9 import com.bumptech.glide.load.resource.gif.GifDrawableTransformation;
20 this(bitmapTransformation, new GifDrawableTransformation(bitmapTransformation, bitmapPool));
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGifRequestBuilder.java15 import com.bumptech.glide.load.resource.gif.GifDrawableTransformation;
196 private GifDrawableTransformation[] toGifTransformations(Transformation<Bitmap>[] bitmapTransformations) {
197 GifDrawableTransformation[] transformations = new GifDrawableTransformation[bitmapTransformations.length];
199 transformations[i] = new GifDrawableTransformation(bitmapTransformations[i], glide.getBitmapPool());

Completed in 77 milliseconds