Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7021 if (displayContent.isUntrustedVirtualDisplay()) { in shouldShowSystemDecors()
7041 if (displayContent.isUntrustedVirtualDisplay()) { in setShouldShowSystemDecors()
7065 if (displayContent.isUntrustedVirtualDisplay()) { in shouldShowIme()
7086 if (displayContent.isUntrustedVirtualDisplay()) { in setShouldShowIme()
DDisplayContent.java5048 || (mWmService.mForceDesktopModeOnExternalDisplays && !isUntrustedVirtualDisplay())) in supportsSystemDecorations()
5056 boolean isUntrustedVirtualDisplay() { in isUntrustedVirtualDisplay() method in DisplayContent