Searched defs:LruCache (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java23 * Static library version of {@link android.util.LruCache}. Used to write apps
29 public class LruCache<K, V> { class
47 public LruCache(int maxSize) { method in class:LruCache
323 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java44 * LruCache<String, Bitmap> bitmapCache = new LruCache<String, Bitmap>(cacheSize) {
66 public class LruCache<K, V> { class
84 public LruCache(int maxSize) { method in class:LruCache
388 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
/frameworks/base/core/java/android/util/
H A DLruCache.java40 * LruCache<String, Bitmap> bitmapCache = new LruCache<String, Bitmap>(cacheSize) {
62 public class LruCache<K, V> { class
80 public LruCache(int maxSize) { method in class:LruCache
378 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",

Completed in 73 milliseconds