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.java1123 int minReuseCount = Integer.MAX_VALUE; in getCache() local
1128 minReuseCount = -1; in getCache()
1136 if (cache.mReuseCount < minReuseCount) { in getCache()
1137 minReuseCount = cache.mReuseCount; in getCache()