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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 89 private final LruCache<URL, byte[]> mPhotoCache;
157 mPhotoCache = new LruCache<URL, byte[]>(IMAGE_CACHE_SIZE) {
285 mPhotoCache.put(photoTask.getImageURL(), photoTask.getByteBuffer());
404 downloadTask.setByteBuffer(sInstance.mPhotoCache.get(downloadTask.getImageURL()));
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 144 private final Map<Uri, Bitmap> mPhotoCache = new HashMap<Uri, Bitmap>();
212 Bitmap cachedPhoto = mPhotoCache.get(result.mContactPhotoUri);
238 mPhotoCache.put(contactPhotoUri, photo);

Completed in 818 milliseconds