Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java104 final boolean mCanAddInternalSystemWindow; field in Session
125 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()
677 if (!mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay) { in onWindowSurfaceVisibilityChanged()
772 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()
800 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()
806 if (!mCanAddInternalSystemWindow && type != 0) { in grantInputChannel()
814 flags, mCanAddInternalSystemWindow ? privateFlags : 0, in grantInputChannel()
815 mCanAddInternalSystemWindow ? type : 0, outInputChannel); in grantInputChannel()
827 mCanAddInternalSystemWindow ? privateFlags : 0, region); in updateInputChannel()
839 if (!mCanAddInternalSystemWindow) { in grantEmbeddedWindowFocus()
DWindowManagerService.java1574 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1583 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1658 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()
1664 session.mCanAddInternalSystemWindow); in addWindow()
DWindowState.java3265 if (mSession.mCanAddInternalSystemWindow in setForceHideNonSystemOverlayWindowIfNeeded()