Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java71 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache; field in SuggestionsAdapter
113 mOutsideDrawablesCache = outsideDrawablesCache; in SuggestionsAdapter()
625 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache()
635 mOutsideDrawablesCache.put(resourceUri, drawable.getConstantState()); in storeInIconCache()
669 if (mOutsideDrawablesCache.containsKey(componentIconKey)) { in getActivityIconWithCache()
670 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache()
677 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()
DSearchView.java199 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView
1249 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83977 Landroid/widget/SearchView;->mOutsideDrawablesCache:Ljava/util/WeakHashMap;