Searched defs:mPhotoCacheMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java473 private final LruCache<Uri, byte[]> mPhotoCacheMap; field in class:BaseRecipientAdapter
514 mPhotoCacheMap = new LruCache<Uri, byte[]>(PHOTO_CACHE_SIZE);
702 final byte[] photoBytes = mPhotoCacheMap.get(photoThumbnailUri);
731 mPhotoCacheMap.put(photoThumbnailUri, photoBytes);
747 byte[] photoBytes = mPhotoCacheMap.get(photoThumbnailUri);
759 mPhotoCacheMap.put(photoThumbnailUri, photoBytes);
796 mPhotoCacheMap.evictAll();

Completed in 35 milliseconds