Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java65 ByteArrayOutputStream out = new ByteArrayOutputStream(getExpectedBitmapSize(bitmap)); in flattenBitmap()
81 static int getExpectedBitmapSize(Bitmap bitmap) { in getExpectedBitmapSize() method in GraphicsUtils