Home
last modified time | relevance | path

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

/frameworks/support/v4/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
53 return BitmapCompatHoneycombMr1.getAllocationByteCount(bitmap); in getAllocationByteCount()
71 public int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat.KitKatBitmapCompatImpl
72 return BitmapCompatKitKat.getAllocationByteCount(bitmap); in getAllocationByteCount()
108 public static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompat
109 return IMPL.getAllocationByteCount(bitmap); in getAllocationByteCount()
/frameworks/support/v4/kitkat/android/support/v4/graphics/
DBitmapCompatKitKat.java25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatKitKat
26 return bitmap.getAllocationByteCount(); in getAllocationByteCount()
/frameworks/support/v4/honeycomb_mr1/android/support/v4/graphics/
DBitmapCompatHoneycombMr1.java25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatHoneycombMr1
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java393 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1275 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd288 return byteCount <= candidate.getAllocationByteCount();
/frameworks/base/core/java/android/app/
DNotification.java4245 mPicture.getAllocationByteCount() >= MIN_ASHMEM_BITMAP_SIZE) { in purgeResources()
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd392 …the reused bitmap (available from {@link android.graphics.Bitmap#getAllocationByteCount()}. For mo…
/frameworks/support/v4/api/
D22.1.0.txt949 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.0.0.txt949 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.2.1.txt997 method public static int getAllocationByteCount(android.graphics.Bitmap);
D22.2.0.txt996 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.0.0.txt1129 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.1.0.txt1144 method public static int getAllocationByteCount(android.graphics.Bitmap);
D23.1.1.txt1097 method public static int getAllocationByteCount(android.graphics.Bitmap);
Dcurrent.txt1172 method public static int getAllocationByteCount(android.graphics.Bitmap);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10442 method public final int getAllocationByteCount();
/frameworks/base/api/
Dcurrent.txt11464 method public final int getAllocationByteCount();
Dtest-current.txt11477 method public final int getAllocationByteCount();
Dsystem-current.txt11903 method public final int getAllocationByteCount();