Searched refs:bucketKey (Results 1 – 3 of 3) sorted by relevance
266 String bucketKey = getBucketKey( in addBitmapToMemoryCache() local268 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() local290 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() local323 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()[all …]
358 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in addBitmapToMemoryCache() local359 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() local380 BitmapItem item = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()388 String bucketKey = in getLargestBitmapFromMemCache() local390 BitmapItem item = mMemoryCache.get(bucketKey); in getLargestBitmapFromMemCache()
6798 String bucketKey; in getFastScrollingIndexExtras() local6801 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()6804 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()6814 bucketKey + " AS " + AddressBookIndexQuery.BUCKET); in getFastScrollingIndexExtras()