HomeSort by relevance Sort by last modified time
    Searched refs:bucketKey (Results 1 - 3 of 3) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java 294 String bucketKey = getBucketKey(
296 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
307 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled);
310 mMemoryCache.put(bucketKey, bitmapItem);
316 String bucketKey =
318 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
339 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
340 bitmapItem = mMemoryCache.get(bucketKey);
349 String bucketKey =
351 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
    [all...]
DrawableDownloader.java 358 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig());
359 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
361 Log.d(TAG, "add cache "+bucketKey);
365 mMemoryCache.remove(bucketKey);
374 mMemoryCache.put(bucketKey, bitmapItem);
378 String bucketKey =
380 BitmapItem item = mMemoryCache.get(bucketKey);
388 String bucketKey =
390 BitmapItem item = mMemoryCache.get(bucketKey);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 105 milliseconds