Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java124 boolean mDrawingStopped = true; field in SurfaceView
953 mDrawingStopped = !mVisible; in performSurfaceTransaction()
1729 + mDrawingStopped + ", surfaceControl=" + mSurfaceControl);
1732 if (!mDrawingStopped && mSurfaceControl != null) {