HomeSort by relevance Sort by last modified time
    Searched defs:getBitmapSize (Results 1 - 4 of 4) sorted by null

  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 90 final int bitmapSize = getBitmapSize(bitmap) / 1024;
138 public static int getBitmapSize(Bitmap bitmap) {
  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 231 public static int getBitmapSize(Bitmap bmap) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 233 public static int getBitmapSize(Bitmap bmap) {
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 179 final int bitmapSize = getBitmapSize(value) / 1024;
598 public static int getBitmapSize(BitmapDrawable value) {

Completed in 59 milliseconds