Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java227 private boolean mAttachRequested; field in ScreenshotController
692 mAttachRequested = false; in withWindowAttached()
708 if (decorView.isAttachedToWindow() || mAttachRequested) { in attachWindow()
714 mAttachRequested = true; in attachWindow()
734 if (mAttachRequested && !mDetachRequested) { in removeWindow()