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

/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DDecodeFormat.java4 import com.bumptech.glide.load.resource.bitmap.BitmapDecoder;
7 * Options for setting the value of {@link Bitmap#getConfig()} for {@link Bitmap}s returned by a {@link BitmapDecoder}.
10 * Note - In some cases it may not be possible to obey the requested setting, not all {@link BitmapDecoder}s support
17 * All bitmaps returned by the {@link BitmapDecoder} should return {@link Bitmap.Config#ARGB_8888} for
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelLoader.java5 import com.bumptech.glide.load.resource.bitmap.BitmapDecoder;
25 * @param <Y> The type of the data that can be used by a {@link BitmapDecoder}
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapDecoder.java12 public interface BitmapDecoder<T> { interface
H A DVideoBitmapDecoder.java11 public class VideoBitmapDecoder implements BitmapDecoder<ParcelFileDescriptor> {
H A DDownsampler.java22 public abstract class Downsampler implements BitmapDecoder<InputStream> {
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGenericRequestBuilder.java18 import com.bumptech.glide.load.resource.bitmap.BitmapDecoder;
46 * {@link BitmapDecoder}.
138 * {@link BitmapDecoder}, and {@link Transformation}s. However, {@link #placeholder(int)} and
178 * Loads the resource from the given data type using the given {@link BitmapDecoder}.
184 * @param decoder The {@link BitmapDecoder} to use to decode the video resource.

Completed in 427 milliseconds