Searched defs:evictionCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLruCache.java71 private int evictionCount; field in class:LruCache
217 evictionCount++;
362 public synchronized final int evictionCount() { method in class:LruCache
363 return evictionCount;
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java75 private int evictionCount; field in class:LruCache
228 evictionCount++;
373 public synchronized final int evictionCount() { method in class:LruCache
374 return evictionCount;
/frameworks/support/compat/java/android/support/v4/util/
H A DLruCache.java38 private int evictionCount; field in class:LruCache
180 evictionCount++;
325 public synchronized final int evictionCount() { method in class:LruCache
326 return evictionCount;
/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 ...
/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 ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 66 milliseconds