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.java63 private int mSurfaceUpdatedCount; field in TextureViewCtsActivity
258 int surfaceUpdateCount = mSurfaceUpdatedCount; in drawFrame()
276 while (updateCount > mSurfaceUpdatedCount) { in waitForSurfaceUpdateCount()
279 return mSurfaceUpdatedCount; in waitForSurfaceUpdateCount()
327 mSurfaceUpdatedCount++; in onSurfaceTextureUpdated()