/frameworks/support/v4/java/android/support/v4/graphics/ |
D | BitmapCompat.java | 31 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/ |
D | BitmapCompatKitKat.java | 25 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/ |
D | BitmapCompatHoneycombMr1.java | 25 static int getAllocationByteCount(Bitmap bitmap) { in getAllocationByteCount() method in BitmapCompatHoneycombMr1
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Icon.java | 393 getBitmap().getAllocationByteCount() >= MIN_ASHMEM_ICON_SIZE) { in convertToAshmem()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1275 public final int getAllocationByteCount() { in getAllocationByteCount() method in Bitmap
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 288 return byteCount <= candidate.getAllocationByteCount();
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4245 mPicture.getAllocationByteCount() >= MIN_ASHMEM_BITMAP_SIZE) { in purgeResources()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 392 …the reused bitmap (available from {@link android.graphics.Bitmap#getAllocationByteCount()}. For mo…
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 949 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.0.0.txt | 949 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.2.1.txt | 997 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 22.2.0.txt | 996 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.0.0.txt | 1129 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.1.0.txt | 1144 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | 23.1.1.txt | 1097 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
D | current.txt | 1172 method public static int getAllocationByteCount(android.graphics.Bitmap);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10442 method public final int getAllocationByteCount();
|
/frameworks/base/api/ |
D | current.txt | 11464 method public final int getAllocationByteCount();
|
D | test-current.txt | 11477 method public final int getAllocationByteCount();
|
D | system-current.txt | 11903 method public final int getAllocationByteCount();
|