Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java145 int updatedCount; in testFirstFrames() local
150 updatedCount = activity.waitForSurfaceUpdateCount(0 + extraSurfaceOffset); in testFirstFrames()
151 assertEquals(0 + extraSurfaceOffset, updatedCount); in testFirstFrames()
153 updatedCount = activity.waitForSurfaceUpdateCount(1 + extraSurfaceOffset); in testFirstFrames()
154 assertEquals(1 + extraSurfaceOffset, updatedCount); in testFirstFrames()
162 updatedCount = activity.waitForSurfaceUpdateCount(2 + extraSurfaceOffset); in testFirstFrames()
163 assertEquals(2 + extraSurfaceOffset, updatedCount); in testFirstFrames()
790 int updatedCount; in testGetBitmap() local
791 updatedCount = activity.waitForSurfaceUpdateCount(0); in testGetBitmap()
792 assertEquals(0, updatedCount); in testGetBitmap()
[all …]