Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DThemeHelper.java148 BitmapRegionDecoder bitmapRegionDecoder = null; in getScreenshotMostColorAsRect() local
151 bitmapRegionDecoder = BitmapRegionDecoder.newInstance(fileAbsPath); in getScreenshotMostColorAsRect()
152 bitmap = bitmapRegionDecoder.decodeRegion(rect, null); in getScreenshotMostColorAsRect()
158 if (bitmapRegionDecoder != null) { in getScreenshotMostColorAsRect()
159 bitmapRegionDecoder.recycle(); in getScreenshotMostColorAsRect()