HomeSort by relevance Sort by last modified time
    Searched defs:DecodeFormat (Results 1 - 4 of 4) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java 16 public enum DecodeFormat {
32 /** The default value for DecodeFormat. */
33 public static final DecodeFormat DEFAULT = Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDecoder.java 8 import com.bumptech.glide.load.DecodeFormat;
22 private DecodeFormat decodeFormat;
25 this(Glide.get(context).getBitmapPool(), DecodeFormat.DEFAULT);
28 public FileDescriptorBitmapDecoder(Context context, DecodeFormat decodeFormat) {
29 this(Glide.get(context).getBitmapPool(), decodeFormat);
32 public FileDescriptorBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) {
33 this(new VideoBitmapDecoder(), bitmapPool, decodeFormat);
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 268 milliseconds