Home
last modified time | relevance | path

Searched refs:mPhotoCache (Results 1 – 1 of 1) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java89 private final LruCache<URL, byte[]> mPhotoCache; field in PhotoManager
157 mPhotoCache = new LruCache<URL, byte[]>(IMAGE_CACHE_SIZE) { in PhotoManager()
285 mPhotoCache.put(photoTask.getImageURL(), photoTask.getByteBuffer()); in handleState()
404 downloadTask.setByteBuffer(sInstance.mPhotoCache.get(downloadTask.getImageURL())); in startDownload()