Searched refs:surfaceChangedCount (Results 1 – 1 of 1) sorted by relevance
133 final AtomicInteger surfaceChangedCount = new AtomicInteger(); in testSurfaceChangedOnRotation() local142 surfaceChangedCount.getAndIncrement(); in testSurfaceChangedOnRotation()166 final int count = surfaceChangedCount.get(); in testSurfaceChangedOnRotation()171 final int countAfterToFront = count - surfaceChangedCount.get(); in testSurfaceChangedOnRotation()