Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DIconCache.java202 applyCacheEntry(entry, application); in updateTitleAndIcon()
322 applyCacheEntry(entry, infoInOut); in getTitleAndIcon()
393 applyCacheEntry(entry, iconRequest.itemInfo); in getTitlesAndIconsInBulk()
414 applyCacheEntry(entry, infoInOut); in getTitleAndIconForApp()
424 protected void applyCacheEntry(CacheEntry entry, ItemInfoWithIcon info) { in applyCacheEntry() method in IconCache