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.java31 public int getAllocationByteCount(Bitmap bitmap); in getAllocationByteCount() method
45 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.BaseBitmapImpl
52 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.HcMr1BitmapCompatImpl
71 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.KitKatBitmapCompatImpl
108 public static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat
/frameworks/support/compat/honeycomb_mr1/android/support/v4/graphics/
DBitmapCompatHoneycombMr1.java25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatHoneycombMr1
/frameworks/support/compat/kitkat/android/support/v4/graphics/
DBitmapCompatKitKat.java25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatKitKat
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1275 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap