Home
last modified time | relevance | path

Searched refs:presentationDisplay (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPresentationActivity.java52 Display presentationDisplay = in createPresentationWindow() local
62 mPresentation = new Presentation(this, presentationDisplay); in createPresentationWindow()
DVirtualDisplayActivity.java200 final boolean presentationDisplay = entry.extras.getBoolean(KEY_PRESENTATION_DISPLAY); in surfaceCreated()
201 if (presentationDisplay) { in surfaceCreated()
213 + presentationDisplay + ", supportsTouch= " + supportsTouch); in surfaceCreated()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/area/
DExtensionRearDisplayPresentationKeyguardTest.java404 final Display presentationDisplay = presentationView.getDisplay(); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff() local
405 assertNotEquals(DEFAULT_DISPLAY, presentationDisplay.getDisplayId()); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff()
406 assertNotEquals(Display.STATE_OFF, presentationDisplay.getState()); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff()
411 assertNotEquals(Display.STATE_ON, presentationDisplay.getDisplayId()); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMultiDisplayTestBase.java284 public VirtualDisplaySession setPresentationDisplay(boolean presentationDisplay) { in setPresentationDisplay() argument
285 mPresentationDisplay = presentationDisplay; in setPresentationDisplay()