Searched refs:getExpectedBitmapSize (Results 1 – 3 of 3) sorted by relevance
60 ByteArrayOutputStream out = new ByteArrayOutputStream(getExpectedBitmapSize(bitmap)); in flattenBitmap()76 static int getExpectedBitmapSize(Bitmap bitmap) { in getExpectedBitmapSize() method in GraphicsUtils
18 import static com.android.launcher3.icons.GraphicsUtils.getExpectedBitmapSize;76 ByteArrayOutputStream out = new ByteArrayOutputStream(getExpectedBitmapSize(icon) + 1); in toByteArray()
22 import static com.android.launcher3.icons.GraphicsUtils.getExpectedBitmapSize;161 getExpectedBitmapSize(icon) + 3 + resName.length()); in toByteArray()