Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java267 waitForSurfaceUpdateCount(surfaceUpdateCount + 1); in drawFrame()
276 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() method in TextureViewCtsActivity
DTextureViewTest.java150 updatedCount = activity.waitForSurfaceUpdateCount(0 + extraSurfaceOffset); in testFirstFrames()
153 updatedCount = activity.waitForSurfaceUpdateCount(1 + extraSurfaceOffset); in testFirstFrames()
162 updatedCount = activity.waitForSurfaceUpdateCount(2 + extraSurfaceOffset); in testFirstFrames()
791 updatedCount = activity.waitForSurfaceUpdateCount(0); in testGetBitmap()
794 updatedCount = activity.waitForSurfaceUpdateCount(1); in testGetBitmap()