Home
last modified time | relevance | path

Searched defs:needAlphaChannel (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DImageUtil.java225 private static boolean needAlphaChannel(CompressFormat compressFormat) { in needAlphaChannel() method in ImageUtil
229 private static int getBufferedImageType(Bitmap.Config config, boolean needAlphaChannel) { in getBufferedImageType()