Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java593 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local
638 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java553 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local
598 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local
/frameworks/base/core/java/android/content/res/
DTypedArray.java692 TypedArray cached = mResources.mCachedStyledAttributes; in recycle() local
/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java122 boolean cached; // Is this a cached process? field in ProcessRecord