HomeSort by relevance Sort by last modified time
    Searched refs: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) {
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 167 final int bitmapSize = getBitmapSize(value) / 1024;
555 public static int getBitmapSize(BitmapDrawable value) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 234 public static int getBitmapSize(Bitmap bmap) {
CropActivity.java 631 int size = CropMath.getBitmapSize(image);
642 if (CropMath.getBitmapSize(ret) > max_size) {

Completed in 71 milliseconds