Home
last modified time | relevance | path

Searched defs:LruCache (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DLruCache.java28 public final class LruCache<K, V> extends LinkedHashMap<K, V> { class
38 public LruCache(int capacity) { in LruCache() method in LruCache
48 private LruCache(int initialCapacity, int maxCapacity) { in LruCache() method in LruCache
/packages/apps/Gallery/src/com/android/camera/gallery/
DLruCache.java25 public class LruCache<K, V> { class
33 public LruCache(final int capacity) { in LruCache() method in LruCache
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DLruCache.java29 public class LruCache<K, V> { class
37 public LruCache(final int capacity) { in LruCache() method in LruCache