Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java667 String componentIconKey = component.flattenToShortString(); in getActivityIconWithCache() local
669 if (mOutsideDrawablesCache.containsKey(componentIconKey)) { in getActivityIconWithCache()
670 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache()
677 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()