Searched defs:cached (Results 1 – 11 of 11) sorted by relevance
85 Pair<Boolean, Integer> cached = mGrayscaleBitmapCache.get(bitmap); in isGrayscaleIcon() local
190 String cached = mStorage.readKeyValue("key", "default", 0); in testKeyValue_CacheStarvedWriter() local
625 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local670 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local
559 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local604 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local
244 final ReusableBitmap cached = mCache.get(key, true /* incrementRefCount */); in setImage() local
375 final int cached = mPreLayoutSpanIndexCache.get(pos, -1); in getSpanIndex() local396 final int cached = mPreLayoutSpanSizeCache.get(pos, -1); in getSpanSize() local
115 final ColorStateList cached = sCache.valueAt(index).get(); in valueOf() local
797 Boolean cached = mPersistCache.get(uid); in canPersistJobs() local
140 boolean cached; // Is this a cached process? field in ProcessRecord
510 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId); in peekKeyValue() local
169 boolean starred, boolean cached) { in registerPeopleAffinity()