HomeSort by relevance Sort by last modified time
    Searched refs:mOutsideDrawablesCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 74 private WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache;
114 mOutsideDrawablesCache = outsideDrawablesCache;
593 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri);
603 mOutsideDrawablesCache.put(resourceUri, drawable.getConstantState());
637 if (mOutsideDrawablesCache.containsKey(componentIconKey)) {
638 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey);
645 mOutsideDrawablesCache.put(componentIconKey, toCache);
SearchView.java 160 private final WeakHashMap<String, Drawable.ConstantState> mOutsideDrawablesCache =
    [all...]

Completed in 32 milliseconds