Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java105 final boolean mCanAddInternalSystemWindow; field in Session
126 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()
688 if (!mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay) { in onWindowSurfaceVisibilityChanged()
783 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()
811 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()
817 if (!mCanAddInternalSystemWindow && type != 0) { in grantInputChannel()
825 flags, mCanAddInternalSystemWindow ? privateFlags : 0, in grantInputChannel()
826 mCanAddInternalSystemWindow ? type : 0, outInputChannel); in grantInputChannel()
838 mCanAddInternalSystemWindow ? privateFlags : 0, region); in updateInputChannel()
850 if (!mCanAddInternalSystemWindow) { in grantEmbeddedWindowFocus()
H A DWindowManagerService.java1573 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1582 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1657 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1663 session.mCanAddInternalSystemWindow); in addWindow()
H A DWindowState.java3349 if (mSession.mCanAddInternalSystemWindow in setForceHideNonSystemOverlayWindowIfNeeded()