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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java39 this(Downsampler.AT_LEAST, bitmapPool, decodeFormat);
H A DDownsampler.java36 public static final Downsampler AT_LEAST = new Downsampler() { field in class:Downsampler
44 return "AT_LEAST.com.bumptech.glide.load.data.bitmap";
/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapRequestBuilder.java50 private Downsampler downsampler = Downsampler.AT_LEAST;
66 * Load images at a size near the size of the target using {@link Downsampler#AT_LEAST}.
73 return downsample(Downsampler.AT_LEAST);
101 * {@link Downsampler#AT_LEAST}. Will be ignored if the data represented by the model is a video. This replaces any

Completed in 135 milliseconds