Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java90 private final BitmapFactory.Options mDecodeOptions; field in BaseIconCache
119 mDecodeOptions = new BitmapFactory.Options(); in BaseIconCache()
120 mDecodeOptions.inPreferredConfig = Bitmap.Config.HARDWARE; in BaseIconCache()
122 mDecodeOptions = null; in BaseIconCache()
492 mDecodeOptions); in getEntryFromDB()