Home
last modified time | relevance | path

Searched refs:getExpectedBitmapSize (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java60 ByteArrayOutputStream out = new ByteArrayOutputStream(getExpectedBitmapSize(bitmap)); in flattenBitmap()
76 static int getExpectedBitmapSize(Bitmap bitmap) { in getExpectedBitmapSize() method in GraphicsUtils
DBitmapInfo.java18 import static com.android.launcher3.icons.GraphicsUtils.getExpectedBitmapSize;
76 ByteArrayOutputStream out = new ByteArrayOutputStream(getExpectedBitmapSize(icon) + 1); in toByteArray()
DThemedIconDrawable.java22 import static com.android.launcher3.icons.GraphicsUtils.getExpectedBitmapSize;
161 getExpectedBitmapSize(icon) + 3 + resName.length()); in toByteArray()