Searched defs:GlideBitmapDrawable (Results 1 - 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DGlideBitmapDrawable.java19 public class GlideBitmapDrawable extends GlideDrawable { class in inherits:GlideDrawable
27 public GlideBitmapDrawable(Resources res, Bitmap bitmap) { method in class:GlideBitmapDrawable
31 GlideBitmapDrawable(Resources res, BitmapState state) { method in class:GlideBitmapDrawable
179 return new GlideBitmapDrawable(null, this);
184 return new GlideBitmapDrawable(res, this);

Completed in 130 milliseconds