Searched refs:isLowRes (Results 1 – 3 of 3) sorted by relevance
262 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()
33 public final boolean isLowRes() { in isLowRes() method in BitmapInfo
67 return info.isLowRes() in newIcon()