Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java147 int extraSurfaceOffset = 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()