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() 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()
|
D | SearchView.java | 192 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView 1231 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 72 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache; field in SuggestionsAdapter 105 mOutsideDrawablesCache = outsideDrawablesCache; in SuggestionsAdapter() 559 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() 569 mOutsideDrawablesCache.put(resourceUri, drawable.getConstantState()); in storeInIconCache() 603 if (mOutsideDrawablesCache.containsKey(componentIconKey)) { in getActivityIconWithCache() 604 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() 611 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()
|
D | SearchView.java | 215 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache = field in SearchView 1190 this, mSearchable, mOutsideDrawablesCache); in updateSearchAutoComplete()
|