Searched refs:BitmapTransformation (Results 1 - 6 of 6) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapTransformation.java31 public abstract class BitmapTransformation implements Transformation<Bitmap> { class in inherits:Transformation
35 public BitmapTransformation(Context context) { method in class:BitmapTransformation
39 public BitmapTransformation(BitmapPool bitmapPool) { method in class:BitmapTransformation
H A DFitCenter.java12 public class FitCenter extends BitmapTransformation {
H A DCenterCrop.java14 public class CenterCrop extends BitmapTransformation {
/external/glide/library/src/main/java/com/bumptech/glide/
H A DDrawableRequestBuilder.java16 import com.bumptech.glide.load.resource.bitmap.BitmapTransformation;
148 * {@link com.bumptech.glide.load.resource.bitmap.BitmapTransformation}s.
163 public DrawableRequestBuilder<ModelType> transform(BitmapTransformation... transformations) {
171 * @see #transform(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
186 * @see #transform(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
203 * @see #transform(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
H A DGifRequestBuilder.java13 import com.bumptech.glide.load.resource.bitmap.BitmapTransformation;
142 * @see #transformFrame(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
156 * @see #transformFrame(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
177 public GifRequestBuilder<ModelType> transformFrame(BitmapTransformation... bitmapTransformations) {
186 * @see #transformFrame(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
209 * @see #transformFrame(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
H A DBitmapRequestBuilder.java18 import com.bumptech.glide.load.resource.bitmap.BitmapTransformation;
254 * Transform images using the given {@link com.bumptech.glide.load.resource.bitmap.BitmapTransformation}s.
263 public BitmapRequestBuilder<ModelType, TranscodeType> transform(BitmapTransformation... transformations) {
272 * @see #transform(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)
285 * @see #transform(com.bumptech.glide.load.resource.bitmap.BitmapTransformation...)

Completed in 274 milliseconds