Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceView.java124 boolean mDrawingStopped = true; field in SurfaceView
961 mDrawingStopped = !mVisible; in performSurfaceTransaction()
1727 + mDrawingStopped + ", surfaceControl=" + mSurfaceControl);
1730 if (!mDrawingStopped && mSurfaceControl != null) {