Searched refs:bucketKey (Results 1 – 3 of 3) sorted by relevance
261 String bucketKey = getBucketKey( in addBitmapToMemoryCache() local263 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()274 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled); in addBitmapToMemoryCache()277 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()283 String bucketKey = in getBitmapFromMemCache() local285 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()306 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]); in getBitmapFromMemCache()307 bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()316 String bucketKey = in getBitmapFromMemCache() local318 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()[all …]
354 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig()); in addBitmapToMemoryCache() local355 BitmapItem bitmapItem = mMemoryCache.get(bucketKey); in addBitmapToMemoryCache()357 Log.d(TAG, "add cache "+bucketKey); in addBitmapToMemoryCache()361 mMemoryCache.remove(bucketKey); in addBitmapToMemoryCache()370 mMemoryCache.put(bucketKey, bitmapItem); in addBitmapToMemoryCache()374 String bucketKey = in getBitmapFromMemCache() local376 BitmapItem item = mMemoryCache.get(bucketKey); in getBitmapFromMemCache()384 String bucketKey = in getLargestBitmapFromMemCache() local386 BitmapItem item = mMemoryCache.get(bucketKey); in getLargestBitmapFromMemCache()
7706 String bucketKey; in getFastScrollingIndexExtras() local7709 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()7712 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()7722 bucketKey + " AS " + AddressBookIndexQuery.BUCKET); in getFastScrollingIndexExtras()