Searched refs:getAllocationByteCount (Results 1 – 8 of 8) sorted by relevance
31 public int getAllocationByteCount(Bitmap bitmap); in getAllocationByteCount() method45 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.BaseBitmapImpl52 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.HcMr1BitmapCompatImpl53 return BitmapCompatHoneycombMr1.getAllocationByteCount(bitmap); in getAllocationByteCount()71 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.KitKatBitmapCompatImpl72 return BitmapCompatKitKat.getAllocationByteCount(bitmap); in getAllocationByteCount()108 public static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat109 return IMPL.getAllocationByteCount(bitmap); in getAllocationByteCount()
25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatKitKat26 return bitmap.getAllocationByteCount(); in getAllocationByteCount()
25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatHoneycombMr1
1195 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
288 return byteCount <= candidate.getAllocationByteCount();
392 …the reused bitmap (available from {@link android.graphics.Bitmap#getAllocationByteCount()}. For mo…
10750 method public final int getAllocationByteCount();
10444 method public final int getAllocationByteCount();