Searched defs:getBitmapByteSize (Results 1 - 1 of 1) sorted by path

/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DUtil.java54 * @see #getBitmapByteSize(android.graphics.Bitmap)
56 * @deprecated Use {@link #getBitmapByteSize(android.graphics.Bitmap)} instead. Scheduled to be removed in Glide
61 return getBitmapByteSize(bitmap);
68 public static int getBitmapByteSize(Bitmap bitmap) { method in class:Util
84 public static int getBitmapByteSize(int width, int height, Bitmap.Config config) { method in class:Util

Completed in 260 milliseconds