Home
last modified time | relevance | path

Searched refs:getBitmapSize (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageCache.java90 final int bitmapSize = getBitmapSize(bitmap) / 1024; in init()
138 public static int getBitmapSize(Bitmap bitmap) { in getBitmapSize() method in ImageCache
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java181 final int bitmapSize = getBitmapSize(value) / 1024; in init()
613 public static int getBitmapSize(BitmapDrawable value) { in getBitmapSize() method in ImageCache