Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java110 final boolean mCanAddInternalSystemWindow; field in Session
132 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()
743 if (!mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay) { in onWindowSurfaceVisibilityChanged()
838 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()
867 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()
876 flags, mCanAddInternalSystemWindow ? privateFlags : 0, in grantInputChannel()
890 mCanAddInternalSystemWindow ? privateFlags : 0, inputFeatures, region); in updateInputChannel()
902 if (!mCanAddInternalSystemWindow) { in grantEmbeddedWindowFocus()
H A DWindowManagerService.java1525 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1534 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1609 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1615 session.mCanAddInternalSystemWindow); in addWindow()
9528 } else if (!session.mCanAddInternalSystemWindow && type != 0) { in sanitizeWindowType()
H A DWindowState.java1200 && s.mCanAddInternalSystemWindow) in shouldWindowHandleBeTrusted()
3138 if (mSession.mCanAddInternalSystemWindow in setForceHideNonSystemOverlayWindowIfNeeded()