Searched refs:mOutsideDrawablesCache (Results 1 – 3 of 3) sorted by relevance
71 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache; field in SuggestionsAdapter113 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()
199 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView1249 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
83977 Landroid/widget/SearchView;->mOutsideDrawablesCache:Ljava/util/WeakHashMap;