Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java265 private boolean mBlockAttach; field in ScreenshotController
744 mBlockAttach = false; in withWindowAttached()
764 if (decorView.isAttachedToWindow() || mBlockAttach) { in attachWindow()
770 mBlockAttach = true; in attachWindow()