Searched refs:mDrawCount (Results 1 – 3 of 3) sorted by relevance
12 private int mDrawCount; field in DrawCountDown18 mDrawCount = countFrames; in DrawCountDown()24 if (mDrawCount <= 0) { in onPreDraw()31 mDrawCount--; in onPreDraw()
209 private int mDrawCount = 0; field in DrawActivity.DrawCounterListener213 if (++mDrawCount <= DEBUG_REQUIRE_EXTRA_FRAMES) { in onDraw()
249 int mDrawCount = 0; in testLayerResizeZero()252 if (mDrawCount++ == 5) { in testLayerResizeZero()