Home
last modified time | relevance | path

Searched refs:getAllocationByteCount (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/support/compat/java/android/support/v4/graphics/
DBitmapCompat.java35 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/
DAlbumArtCache.java65 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/
DImageLoader.java96 return BitmapCompat.getAllocationByteCount(value); in sizeOf()
/frameworks/base/libs/hwui/hwui/
DBitmap.h96 size_t getAllocationByteCount() const;
DBitmap.cpp463 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp57 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/
DBitmap.java127 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/
DIcon.java400 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
/frameworks/base/core/java/android/widget/
DRemoteViews.java2152 increment(b.getAllocationByteCount());
/frameworks/support/api/
D22.0.0.txt2391 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.1.0.txt2533 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.2.0.txt2919 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.2.1.txt2948 method public static int getAllocationByteCount(android.graphics.Bitmap);
D25.1.0.txt5239 method public static int getAllocationByteCount(android.graphics.Bitmap);
D25.0.0.txt4857 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.0.0.txt3559 method public static int getAllocationByteCount(android.graphics.Bitmap);
D25.2.0.txt5239 method public static int getAllocationByteCount(android.graphics.Bitmap);
D24.2.0.txt4801 method public static int getAllocationByteCount(android.graphics.Bitmap);
D26.0.0-alpha1.txt6093 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.2.1.txt4144 method public static int getAllocationByteCount(android.graphics.Bitmap);
D25.3.0.txt5620 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.2.0.txt4144 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.1.1.txt3794 method public static int getAllocationByteCount(android.graphics.Bitmap);
D25.4.0.txt5672 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.4.0.txt4156 method public static int getAllocationByteCount(android.graphics.Bitmap);

12