Home
last modified time | relevance | path

Searched defs:getAllocationByteCount (Results 1 – 4 of 4) sorted by relevance

/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
90 public static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp463 size_t Bitmap::getAllocationByteCount() const { in getAllocationByteCount() function in android::Bitmap
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1440 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp106 size_t getAllocationByteCount() const { in getAllocationByteCount() function in android::BitmapWrapper