OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapPool
(Results
26 - 33
of
33
) sorted by null
1
2
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
VideoBitmapDecoder.java
8
import com.bumptech.glide.load.engine.bitmap_recycle.
BitmapPool
;
31
public Bitmap decode(ParcelFileDescriptor resource,
BitmapPool
bitmapPool
, int outWidth, int outHeight,
/external/glide/library/src/main/java/com/bumptech/glide/
BitmapRequestBuilder.java
16
import com.bumptech.glide.load.engine.bitmap_recycle.
BitmapPool
;
48
private final
BitmapPool
bitmapPool
;
58
this.
bitmapPool
= other.glide.getBitmapPool();
61
imageDecoder = new StreamBitmapDecoder(
bitmapPool
, decodeFormat);
62
videoDecoder = new FileDescriptorBitmapDecoder(
bitmapPool
, decodeFormat);
112
imageDecoder = new StreamBitmapDecoder(downsampler,
bitmapPool
, decodeFormat);
240
imageDecoder = new StreamBitmapDecoder(downsampler,
bitmapPool
, format);
241
videoDecoder = new FileDescriptorBitmapDecoder(new VideoBitmapDecoder(),
bitmapPool
, format);
242
super.cacheDecoder(new FileToStreamDecoder<Bitmap>(new StreamBitmapDecoder(downsampler,
bitmapPool
, format)))
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperTransformation.java
7
import com.bumptech.glide.load.engine.bitmap_recycle.
BitmapPool
;
19
public GifBitmapWrapperTransformation(
BitmapPool
bitmapPool
, Transformation<Bitmap> bitmapTransformation) {
20
this(bitmapTransformation, new GifDrawableTransformation(bitmapTransformation,
bitmapPool
));
ImageVideoGifDrawableLoadProvider.java
8
import com.bumptech.glide.load.engine.bitmap_recycle.
BitmapPool
;
29
DataLoadProvider<InputStream, GifDrawable> gifProvider,
BitmapPool
bitmapPool
) {
34
bitmapPool
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequest.java
199
final ReusableImageResourcePool
bitmapPool
= getBitmapPool();
200
if (
bitmapPool
== null) {
207
return
bitmapPool
.decodeSampledBitmapFromInputStream(
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameManager.java
17
import com.bumptech.glide.load.engine.bitmap_recycle.
BitmapPool
;
48
public GifFrameManager(Context context,
BitmapPool
bitmapPool
, GifDecoder decoder, Handler mainHandler,
57
GifFrameResourceDecoder frameResourceDecoder = new GifFrameResourceDecoder(
bitmapPool
);
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar
Completed in 3511 milliseconds
1
2