Home
last modified time | relevance | path

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

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