Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DBitmapDownloader.java266 String bucketKey = getBucketKey( in addBitmapToMemoryCache() local
268 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()
279 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled); in addBitmapToMemoryCache()
282 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()
288 String bucketKey = in getBitmapFromMemCache() local
290 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
311 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getBitmapFromMemCache()
312 bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
321 String bucketKey = in getBitmapFromMemCache() local
323 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
[all …]
DDrawableDownloader.java358 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in addBitmapToMemoryCache() local
359 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()
361 Log.d(TAG, "add cache "+bucketKey); in addBitmapToMemoryCache()
365 mMemoryCache.remove(bucketKey); in addBitmapToMemoryCache()
374 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()
378 String bucketKey = in getBitmapFromMemCache() local
380 BitmapItem item = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()
388 String bucketKey = in getLargestBitmapFromMemCache() local
390 BitmapItem item = mMemoryCache.get(bucketKey); in getLargestBitmapFromMemCache()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6798 String bucketKey; in getFastScrollingIndexExtras() local
6801 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()
6804 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()
6814 bucketKey + " AS " + AddressBookIndexQuery.BUCKET); in getFastScrollingIndexExtras()