Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java97 private final BitmapFactory.Options mDecodeOptions; field in BaseIconCache
126 mDecodeOptions = new BitmapFactory.Options(); in BaseIconCache()
127 mDecodeOptions.inPreferredConfig = Bitmap.Config.HARDWARE; in BaseIconCache()
129 mDecodeOptions = null; in BaseIconCache()
496 BitmapFactory.decodeByteArray(data, 0, data.length, mDecodeOptions), in getEntryFromDB()