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.java93 private final BitmapFactory.Options mDecodeOptions; field in BaseIconCache
122 mDecodeOptions = new BitmapFactory.Options(); in BaseIconCache()
123 mDecodeOptions.inPreferredConfig = Bitmap.Config.HARDWARE; in BaseIconCache()
125 mDecodeOptions = null; in BaseIconCache()
491 mDecodeOptions); in getEntryFromDB()