Searched refs:mOutsideDrawablesCache (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 71 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache; field in SuggestionsAdapter 113 mOutsideDrawablesCache = outsideDrawablesCache; in SuggestionsAdapter() 600 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() 610 mOutsideDrawablesCache.put(resourceUri, drawable.getConstantState()); in storeInIconCache() 644 if (mOutsideDrawablesCache.containsKey(componentIconKey)) { in getActivityIconWithCache() 645 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() 652 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()
|
D | SearchView.java | 176 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView 1146 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 71 private WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache; field in SuggestionsAdapter 103 mOutsideDrawablesCache = outsideDrawablesCache; in SuggestionsAdapter() 553 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() 563 mOutsideDrawablesCache.put(resourceUri, drawable.getConstantState()); in storeInIconCache() 597 if (mOutsideDrawablesCache.containsKey(componentIconKey)) { in getActivityIconWithCache() 598 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() 605 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()
|
D | SearchView.java | 193 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView 1080 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
|