Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java300 private boolean mBlockAttach; field in ScreenshotController
983 mBlockAttach = false; in withWindowAttached()
1003 if (decorView.isAttachedToWindow() || mBlockAttach) { in attachWindow()
1009 mBlockAttach = true; in attachWindow()