Searched refs:bitmapRegionDecoder (Results 1 – 1 of 1) sorted by relevance
148 BitmapRegionDecoder bitmapRegionDecoder = null; in getScreenshotMostColorAsRect() local151 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()