Searched refs:isLowResIcon (Results 1 – 1 of 1) sorted by relevance
84 public boolean isLowResIcon; field in IconCache.CacheEntry377 if (entry == null || entry.isLowResIcon || entry.icon == null) { in updateCacheAndGetContentValues()441 application.usingLowResIcon = entry.isLowResIcon; in getTitleAndIcon()454 application.usingLowResIcon = entry.isLowResIcon; in updateTitleAndIcon()504 shortcutInfo.usingLowResIcon = entry.isLowResIcon; in getTitleAndIcon()516 infoOut.usingLowResIcon = entry.isLowResIcon; in getTitleAndIconForApp()539 if (entry == null || (entry.isLowResIcon && !useLowResIcon)) { in cacheLocked()614 if (entry == null || (entry.isLowResIcon && !useLowResIcon)) { in getEntryForPackageLocked()632 entry.isLowResIcon = false; in getEntryForPackageLocked()696 entry.isLowResIcon = lowRes; in getEntryFromDB()