Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java220 private class NonPooledCache extends LruCache<K, V> { class in UnrefedPooledCache
222 public NonPooledCache(int maxSize) { in NonPooledCache() method in UnrefedPooledCache.NonPooledCache