Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java149 private int mCurrentDraws = 0; field in DrawActivity.DrawCounterListener
158 mCurrentDraws++; in onPreDraw()
159 if (mCurrentDraws < MIN_NUMBER_OF_DRAWS + mExtraDraws) { in onPreDraw()