Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java118 final boolean mCanCreateSystemApplicationOverlay; field in Session
158 mCanCreateSystemApplicationOverlay = in Session()
796 !mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay; in onWindowSurfaceVisibilityChanged()
DWindowState.java1146 && mSession.mCanCreateSystemApplicationOverlay); in isWindowTrustedOverlay()
3008 && mSession.mCanCreateSystemApplicationOverlay) { in setForceHideNonSystemOverlayWindowIfNeeded()