Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java219 assertEquals(0, windowColor1.mReuseCount); in testColorCache()
225 assertEquals(1, windowColor1.mReuseCount); in testColorCache()
234 assertEquals(0, windowColor3.mReuseCount); in testColorCache()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java443 + " FromCache=" + (iconColor.mReuseCount > 0) in processAdaptiveIcon()
856 int mReuseCount; field in SplashscreenContentDrawer.ColorCache.Cache
921 cache.mReuseCount++; in getCache()
924 if (cache.mReuseCount < minReuseCount) { in getCache()
925 minReuseCount = cache.mReuseCount; in getCache()