Searched refs:cachedIcon (Results 1 – 2 of 2) sorted by relevance
205 Drawable cachedIcon = mIconCache.get(t.key); in processLoadQueueItem() local208 if (cachedIcon == null) { in processLoadQueueItem()209 cachedIcon = ssp.getBadgedTaskDescriptionIcon(t.taskDescription, in processLoadQueueItem()212 if (cachedIcon == null) { in processLoadQueueItem()217 cachedIcon = ssp.getBadgedActivityIcon(info, t.key.userId); in processLoadQueueItem()221 if (cachedIcon == null) { in processLoadQueueItem()222 cachedIcon = mDefaultIcon; in processLoadQueueItem()227 mIconCache.put(t.key, cachedIcon); in processLoadQueueItem()236 final Drawable finalIcon = cachedIcon; in processLoadQueueItem()
1114 final Drawable cachedIcon = getCachedIcon(name); in getDrawable() local1115 if (cachedIcon != null) { in getDrawable()1116 return cachedIcon; in getDrawable()