Home
last modified time | relevance | path

Searched defs:bitmapPool (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java22 private BitmapPool bitmapPool; field in StreamBitmapDecoder
30 public StreamBitmapDecoder(BitmapPool bitmapPool) { in StreamBitmapDecoder()
38 public StreamBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDecoder()
42 …public StreamBitmapDecoder(Downsampler downsampler, BitmapPool bitmapPool, DecodeFormat decodeForm… in StreamBitmapDecoder()
H A DBitmapResource.java14 private final BitmapPool bitmapPool; field in BitmapResource
23 public static BitmapResource obtain(Bitmap bitmap, BitmapPool bitmapPool) { in obtain()
31 public BitmapResource(Bitmap bitmap, BitmapPool bitmapPool) { in BitmapResource()
H A DFileDescriptorBitmapDecoder.java21 private final BitmapPool bitmapPool; field in FileDescriptorBitmapDecoder
32 public FileDescriptorBitmapDecoder(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDecoder()
36 public FileDescriptorBitmapDecoder(VideoBitmapDecoder bitmapDecoder, BitmapPool bitmapPool, in FileDescriptorBitmapDecoder()
H A DBitmapDrawableResource.java19 private final BitmapPool bitmapPool; field in BitmapDrawableResource
21 public BitmapDrawableResource(BitmapDrawable drawable, BitmapPool bitmapPool) { in BitmapDrawableResource()
H A DGlideBitmapDrawableResource.java11 private final BitmapPool bitmapPool; field in GlideBitmapDrawableResource
13 public GlideBitmapDrawableResource(GlideBitmapDrawable drawable, BitmapPool bitmapPool) { in GlideBitmapDrawableResource()
H A DBitmapTransformation.java33 private BitmapPool bitmapPool; field in BitmapTransformation
39 public BitmapTransformation(BitmapPool bitmapPool) { in BitmapTransformation()
H A DBitmapDecoder.java25 …Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeF… in decode()
H A DFitCenter.java18 public FitCenter(BitmapPool bitmapPool) { in FitCenter()
H A DFileDescriptorBitmapDataLoadProvider.java27 public FileDescriptorBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDataLoadProvider()
H A DStreamBitmapDataLoadProvider.java27 public StreamBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in StreamBitmapDataLoadProvider()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifResourceEncoder.java29 private final BitmapPool bitmapPool; field in GifResourceEncoder
32 public GifResourceEncoder(BitmapPool bitmapPool) { in GifResourceEncoder()
37 GifResourceEncoder(BitmapPool bitmapPool, Factory factory) { in GifResourceEncoder()
144 public Resource<Bitmap> buildFrameResource(Bitmap bitmap, BitmapPool bitmapPool) { in buildFrameResource()
H A DGifDrawable.java70 …ublic GifDrawable(Context context, GifDecoder.BitmapProvider bitmapProvider, BitmapPool bitmapPool, in GifDrawable()
90 …wable(GifDecoder decoder, GifFrameManager frameManager, Bitmap firstFrame, BitmapPool bitmapPool) { in GifDrawable()
321 BitmapPool bitmapPool; field in GifDrawable.GifState
326 GifDecoder.BitmapProvider provider, BitmapPool bitmapPool, Bitmap firstFrame) { in GifState()
H A DGifResourceDecoder.java33 private final BitmapPool bitmapPool; field in GifResourceDecoder
41 public GifResourceDecoder(Context context, BitmapPool bitmapPool) { in GifResourceDecoder()
46 GifResourceDecoder(Context context, BitmapPool bitmapPool, GifHeaderParserPool parserPool, in GifResourceDecoder()
H A DGifBitmapProvider.java10 private final BitmapPool bitmapPool; field in GifBitmapProvider
12 public GifBitmapProvider(BitmapPool bitmapPool) { in GifBitmapProvider()
H A DGifFrameResourceDecoder.java12 private final BitmapPool bitmapPool; field in GifFrameResourceDecoder
14 public GifFrameResourceDecoder(BitmapPool bitmapPool) { in GifFrameResourceDecoder()
H A DGifDrawableTransformation.java16 private final BitmapPool bitmapPool; field in GifDrawableTransformation
18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { in GifDrawableTransformation()
H A DGifDrawableLoadProvider.java26 public GifDrawableLoadProvider(Context context, BitmapPool bitmapPool) { in GifDrawableLoadProvider()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DBitmapPreFillRunner.java56 private final BitmapPool bitmapPool; field in BitmapPreFillRunner
66 …public BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocation… in BitmapPreFillRunner()
71 …BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, … in BitmapPreFillRunner()
H A DBitmapPreFiller.java22 private final BitmapPool bitmapPool; field in BitmapPreFiller
28 …public BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat)… in BitmapPreFiller()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperResourceDecoder.java31 private final BitmapPool bitmapPool; field in GifBitmapWrapperResourceDecoder
37 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool) { in GifBitmapWrapperResourceDecoder()
43 …ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool, ImageTypeParser parse… in GifBitmapWrapperResourceDecoder()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DGlideBitmapDrawableTranscoder.java19 private final BitmapPool bitmapPool; field in GlideBitmapDrawableTranscoder
25 public GlideBitmapDrawableTranscoder(Resources resources, BitmapPool bitmapPool) { in GlideBitmapDrawableTranscoder()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlideBuilder.java29 private BitmapPool bitmapPool; field in GlideBuilder
47 public GlideBuilder setBitmapPool(BitmapPool bitmapPool) { in setBitmapPool()
H A DGlide.java88 private final BitmapPool bitmapPool; field in Glide
187 …Glide(Engine engine, MemoryCache memoryCache, BitmapPool bitmapPool, Context context, DecodeFormat… in Glide()
/aosp_15_r20/out/soong/.intermediates/external/glide/glide/android_common/javac/
Dglide.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bumptech/ com/ ...
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DFileImageRequest.java86 final ReusableImageResourcePool bitmapPool = getBitmapPool(); in loadBitmapInternal() local

123