Searched refs:mDecodeOptions (Results 1 – 1 of 1) sorted by relevance
97 private final BitmapFactory.Options mDecodeOptions; field in BaseIconCache126 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()