Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java262 if (entry == null || entry.icon == null || entry.isLowRes()) { in addIconToDBAndMemCache()
318 if (entry == null || (entry.isLowRes() && !useLowResIcon)) { in cacheLocked()
416 if (entry == null || (entry.isLowRes() && !useLowResIcon)) { in getEntryForPackageLocked()
562 bitmapInfo.isLowRes() ? null : GraphicsUtils.flattenBitmap(bitmapInfo.icon)); in newContentValues()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java33 public final boolean isLowRes() { in isLowRes() method in BitmapInfo
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDrawableFactory.java67 return info.isLowRes() in newIcon()