/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
H A D | BitmapCache.java | 54 return BitmapCompat.getAllocationByteCount(bitmap); in sizeOf()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Bitmap.cpp | 57 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels() 111 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper 113 return mBitmap->getAllocationByteCount(); in getAllocationByteCount() 448 if (requestedSize > bitmap->getAllocationByteCount()) { in Bitmap_reconfigure() 921 status = writeBlobFromFd(p.get(), bitmapWrapper->bitmap().getAllocationByteCount(), fd); in Bitmap_writeToParcel() 1172 return static_cast<jint>(bitmapHandle->getAllocationByteCount()); in Bitmap_getAllocationByteCount()
|
H A D | BitmapRegionDecoder.cpp | 135 recycledBytes = recycledBitmap->getAllocationByteCount(); in nativeDecodeRegion()
|
H A D | BitmapFactory.cpp | 327 existingBufferSize = reuseBitmap->getAllocationByteCount(); in doDecode()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | DecodedImageResource.java | 113 return mBitmap.getAllocationByteCount(); in getMediaSize()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/ |
H A D | CoverArt.java | 202 return mImage != null ? mImage.getAllocationByteCount() : 0; in size()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.h | 110 size_t getAllocationByteCount() const;
|
H A D | Bitmap.cpp | 301 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/ |
H A D | LocalImageFetcher.java | 104 return ((BitmapDrawable) drawable).getBitmap().getAllocationByteCount(); in LocalImageFetcher()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 151 final int allocationByteCount = getAllocationByteCount(); in Bitmap() 1656 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 488 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 1608 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6372 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 14705 method public int getAllocationByteCount();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 10442 method public final int getAllocationByteCount();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6370 HSPLandroid/graphics/Bitmap;->getAllocationByteCount()I
|