Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DUriImage.java216 if (BitmapUtils.isSupportedByRegionDecoder(mContentType)) { in getSupportedOperations()
DLocalImage.java241 if (BitmapUtils.isSupportedByRegionDecoder(mimeType)) { in getSupportedOperations()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java247 public static boolean isSupportedByRegionDecoder(String mimeType) { in isSupportedByRegionDecoder() method in BitmapUtils