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 266 String bucketKey = getBucketKey(
268 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
279 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled);
282 mMemoryCache.put(bucketKey, bitmapItem);
288 String bucketKey =
290 BitmapItem bitmapItem = mMemoryCache.get(bucketKey);
311 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
312 bitmapItem = mMemoryCache.get(bucketKey);
321 String bucketKey =
323 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 99 milliseconds