Searched refs:waitForSurfaceUpdateCount (Results 1 – 2 of 2) sorted by relevance
96 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()
265 waitForSurfaceUpdateCount(surfaceUpdateCount + 1); in drawFrame()274 public int waitForSurfaceUpdateCount(int updateCount) throws InterruptedException { in waitForSurfaceUpdateCount() method in TextureViewCtsActivity