Searched refs:getBitmapByteSize (Results 1 – 10 of 10) sorted by relevance
24 int size = Util.getBitmapByteSize(bitmap); in put()35 final int size = Util.getBitmapByteSize(width, height, config); in get()58 final int removedSize = Util.getBitmapByteSize(removed); in removeLast()80 int size = Util.getBitmapByteSize(width, height, config); in logBitmap()86 return Util.getBitmapByteSize(bitmap); in getSize()115 int size = Util.getBitmapByteSize(bitmap); in getBitmapString()
44 return Util.getBitmapByteSize(bitmap); in getSize()
61 return getBitmapByteSize(bitmap); in getSize()68 public static int getBitmapByteSize(Bitmap bitmap) { in getBitmapByteSize() method in Util84 public static int getBitmapByteSize(int width, int height, Bitmap.Config config) { in getBitmapByteSize() method in Util
97 if (getFreeMemoryCacheBytes() >= Util.getBitmapByteSize(bitmap)) { in allocate()105 + toAllocate.getConfig() + " size: " + Util.getBitmapByteSize(bitmap)); in allocate()
77 return Util.getBitmapByteSize(size.getWidth(), size.getHeight(), size.getConfig()); in getSizeInBytes()
16 return drawable.getData().length + Util.getBitmapByteSize(drawable.getFirstFrame()); in getSize()
20 return Util.getBitmapByteSize(drawable.getBitmap()); in getSize()
28 return Util.getBitmapByteSize(drawable.getBitmap()); in getSize()
49 return Util.getBitmapByteSize(bitmap); in getSize()
48 …Log.v(TAG, "Compressed with type: " + format + " of size " + Util.getBitmapByteSize(bitmap) + " in… in encode()