Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java63 private static final int IMAGE_CACHE_SIZE = 1024 * 1024 * 4; field in PhotoManager
157 mPhotoCache = new LruCache<URL, byte[]>(IMAGE_CACHE_SIZE) { in PhotoManager()