/frameworks/support/compat/java/android/support/v4/graphics/ |
D | BitmapCompat.java | 35 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.BitmapCompatBaseImpl 56 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.BitmapCompatApi19Impl 57 return bitmap.getAllocationByteCount(); in getAllocationByteCount() 90 public static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat 91 return IMPL.getAllocationByteCount(bitmap); in getAllocationByteCount()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | AlbumArtCache.java | 65 return BitmapCompat.getAllocationByteCount(value[BIG_BITMAP_INDEX]) in AlbumArtCache() 66 + BitmapCompat.getAllocationByteCount(value[ICON_BITMAP_INDEX]); in AlbumArtCache()
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
D | ImageLoader.java | 96 return BitmapCompat.getAllocationByteCount(value); in sizeOf()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.h | 96 size_t getAllocationByteCount() const;
|
D | Bitmap.cpp | 463 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 57 mAllocationSize = mBitmap->getAllocationByteCount(); in freePixels() 106 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper 108 return mBitmap->getAllocationByteCount(); in getAllocationByteCount() 889 if (requestedSize > bitmap->getAllocationByteCount()) { in Bitmap_reconfigure() 1583 return static_cast<jint>(bitmapHandle->getAllocationByteCount()); in Bitmap_getAllocationByteCount()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 127 long nativeSize = NATIVE_ALLOCATION_SIZE + getAllocationByteCount(); in Bitmap() 1440 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Icon.java | 400 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 2152 increment(b.getAllocationByteCount());
|
/frameworks/support/api/ |
D | 22.0.0.txt | 2391 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.1.0.txt | 2533 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.2.0.txt | 2919 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.2.1.txt | 2948 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 25.1.0.txt | 5239 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 25.0.0.txt | 4857 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.0.0.txt | 3559 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 25.2.0.txt | 5239 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 24.2.0.txt | 4801 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 26.0.0-alpha1.txt | 6093 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.2.1.txt | 4144 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 25.3.0.txt | 5620 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.2.0.txt | 4144 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.1.1.txt | 3794 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 25.4.0.txt | 5672 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.4.0.txt | 4156 method public static int getAllocationByteCount(android.graphics.Bitmap);
|