Searched defs:LruCache (Results 1 - 7 of 7) sorted by relevance

/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
377 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/support/compat/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
340 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 749 milliseconds