Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceControlTests.java133 final AtomicInteger surfaceChangedCount = new AtomicInteger(); in testSurfaceChangedOnRotation() local
142 surfaceChangedCount.getAndIncrement(); in testSurfaceChangedOnRotation()
166 final int count = surfaceChangedCount.get(); in testSurfaceChangedOnRotation()
171 final int countAfterToFront = count - surfaceChangedCount.get(); in testSurfaceChangedOnRotation()