Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DBitmapUtils.java41 final byte[] renderedBitmap = renderBitmapToByteArray(scaledBitmap); in renderDrawableToByteArray()
45 return renderBitmapToByteArray(bitmap); in renderDrawableToByteArray()
54 return renderBitmapToByteArray(bitmap); in renderDrawableToByteArray()
60 private static byte[] renderBitmapToByteArray(Bitmap bitmap) { in renderBitmapToByteArray() method in BitmapUtils