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/
DTextureViewTest.java96 updatedCount = activity.waitForSurfaceUpdateCount(0); in testFirstFrames()
99 updatedCount = activity.waitForSurfaceUpdateCount(1); in testFirstFrames()
108 updatedCount = activity.waitForSurfaceUpdateCount(2); in testFirstFrames()
474 updatedCount = activity.waitForSurfaceUpdateCount(0); in testGetBitmap()
477 updatedCount = activity.waitForSurfaceUpdateCount(1); in testGetBitmap()
DTextureViewCtsActivity.java265 waitForSurfaceUpdateCount(surfaceUpdateCount + 1); in drawFrame()
274 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() method in TextureViewCtsActivity