Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java64 private int mSurfaceUpdatedCount; field in TextureViewCtsActivity
259 int surfaceUpdateCount = mSurfaceUpdatedCount; in drawFrame()
278 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
281 return mSurfaceUpdatedCount; in waitForSurfaceUpdateCount()
329 mSurfaceUpdatedCount++; in onSurfaceTextureUpdated()