OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamBitmapDecoder
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
StreamBitmapDecoder.java
19
public class
StreamBitmapDecoder
implements ResourceDecoder<InputStream, Bitmap> {
20
private static final String ID = "
StreamBitmapDecoder
.com.bumptech.glide.load.resource.bitmap";
26
public
StreamBitmapDecoder
(Context context) {
30
public
StreamBitmapDecoder
(BitmapPool bitmapPool) {
34
public
StreamBitmapDecoder
(Context context, DecodeFormat decodeFormat) {
38
public
StreamBitmapDecoder
(BitmapPool bitmapPool, DecodeFormat decodeFormat) {
42
public
StreamBitmapDecoder
(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeFormat) {
/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 267 milliseconds