Home
last modified time | relevance | path

Searched refs:minReuseCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java893 int minReuseCount = Integer.MAX_VALUE; in getCache() local
898 minReuseCount = -1; in getCache()
906 if (cache.mReuseCount < minReuseCount) { in getCache()
907 minReuseCount = cache.mReuseCount; in getCache()