Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java676 Drawable.ConstantState toCache = drawable == null ? null : drawable.getConstantState(); in getActivityIconWithCache() local
677 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()