Searched refs:presentationDisplay (Results 1 – 4 of 4) sorted by relevance
52 Display presentationDisplay = in createPresentationWindow() local62 mPresentation = new Presentation(this, presentationDisplay); in createPresentationWindow()
200 final boolean presentationDisplay = entry.extras.getBoolean(KEY_PRESENTATION_DISPLAY); in surfaceCreated()201 if (presentationDisplay) { in surfaceCreated()213 + presentationDisplay + ", supportsTouch= " + supportsTouch); in surfaceCreated()
404 final Display presentationDisplay = presentationView.getDisplay(); in testStartRearDisplayPresentation_afterKeyguardLocked_thenScreenOff() local405 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()
284 public VirtualDisplaySession setPresentationDisplay(boolean presentationDisplay) { in setPresentationDisplay() argument285 mPresentationDisplay = presentationDisplay; in setPresentationDisplay()