Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java198 assertEquals(0, windowColor1.mReuseCount); in testColorCache()
204 assertEquals(1, windowColor1.mReuseCount); in testColorCache()
213 assertEquals(0, windowColor3.mReuseCount); in testColorCache()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java683 iconColor.mReuseCount > 0, in processAdaptiveIcon()
1068 int mReuseCount; field in SplashscreenContentDrawer.ColorCache.Cache
1133 cache.mReuseCount++; in getCache()
1136 if (cache.mReuseCount < minReuseCount) { in getCache()
1137 minReuseCount = cache.mReuseCount; in getCache()