Searched refs:toCache (Results 1 – 1 of 1) sorted by relevance
676 Drawable.ConstantState toCache = drawable == null ? null : drawable.getConstantState(); in getActivityIconWithCache() local677 mOutsideDrawablesCache.put(componentIconKey, toCache); in getActivityIconWithCache()