/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | StreamBitmapDecoder.java | 22 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 D | BitmapResource.java | 14 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 D | FileDescriptorBitmapDecoder.java | 21 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 D | BitmapDrawableResource.java | 19 private final BitmapPool bitmapPool; field in BitmapDrawableResource 21 public BitmapDrawableResource(BitmapDrawable drawable, BitmapPool bitmapPool) { in BitmapDrawableResource()
|
H A D | GlideBitmapDrawableResource.java | 11 private final BitmapPool bitmapPool; field in GlideBitmapDrawableResource 13 public GlideBitmapDrawableResource(GlideBitmapDrawable drawable, BitmapPool bitmapPool) { in GlideBitmapDrawableResource()
|
H A D | BitmapTransformation.java | 33 private BitmapPool bitmapPool; field in BitmapTransformation 39 public BitmapTransformation(BitmapPool bitmapPool) { in BitmapTransformation()
|
H A D | BitmapDecoder.java | 25 …Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeF… in decode()
|
H A D | FitCenter.java | 18 public FitCenter(BitmapPool bitmapPool) { in FitCenter()
|
H A D | FileDescriptorBitmapDataLoadProvider.java | 27 public FileDescriptorBitmapDataLoadProvider(BitmapPool bitmapPool, DecodeFormat decodeFormat) { in FileDescriptorBitmapDataLoadProvider()
|
H A D | StreamBitmapDataLoadProvider.java | 27 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 D | GifResourceEncoder.java | 29 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 D | GifDrawable.java | 70 …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 D | GifResourceDecoder.java | 33 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 D | GifBitmapProvider.java | 10 private final BitmapPool bitmapPool; field in GifBitmapProvider 12 public GifBitmapProvider(BitmapPool bitmapPool) { in GifBitmapProvider()
|
H A D | GifFrameResourceDecoder.java | 12 private final BitmapPool bitmapPool; field in GifFrameResourceDecoder 14 public GifFrameResourceDecoder(BitmapPool bitmapPool) { in GifFrameResourceDecoder()
|
H A D | GifDrawableTransformation.java | 16 private final BitmapPool bitmapPool; field in GifDrawableTransformation 18 public GifDrawableTransformation(Transformation<Bitmap> wrapped, BitmapPool bitmapPool) { in GifDrawableTransformation()
|
H A D | GifDrawableLoadProvider.java | 26 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 D | BitmapPreFillRunner.java | 56 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 D | BitmapPreFiller.java | 22 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 D | GifBitmapWrapperResourceDecoder.java | 31 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 D | GlideBitmapDrawableTranscoder.java | 19 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 D | GlideBuilder.java | 29 private BitmapPool bitmapPool; field in GlideBuilder 47 public GlideBuilder setBitmapPool(BitmapPool bitmapPool) { in setBitmapPool()
|
H A D | Glide.java | 88 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/ |
D | glide.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/bumptech/
com/ ... |
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | FileImageRequest.java | 86 final ReusableImageResourcePool bitmapPool = getBitmapPool(); in loadBitmapInternal() local
|