Searched refs:secondaryDisplay (Results 1 – 6 of 6) sorted by relevance
265 val secondaryDisplay = createVirtualDisplay() ?: return in testEventReceiversOnMultipleDisplays() constant266 val secondaryDisplayId = secondaryDisplay.display.displayId in testEventReceiversOnMultipleDisplays()283 secondaryDisplay.release() in testEventReceiversOnMultipleDisplays()291 val secondaryDisplay = createVirtualDisplay() ?: return in testBackEventHasRightDisplayId() constant292 val secondaryDisplayId = secondaryDisplay.display.displayId in testBackEventHasRightDisplayId()
242 final Display secondaryDisplay = in testIsUiContext_UiContextDerivedDisplayContext() local244 final Context context = uiContext.createDisplayContext(secondaryDisplay); in testIsUiContext_UiContextDerivedDisplayContext()
866 final TestDisplayContent secondaryDisplay = in testDeliverIntentToTopActivityOfNonTopDisplay() local869 final TaskDisplayArea secondaryTaskContainer = secondaryDisplay.getDefaultTaskDisplayArea(); in testDeliverIntentToTopActivityOfNonTopDisplay()882 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testDeliverIntentToTopActivityOfNonTopDisplay()906 final TestDisplayContent secondaryDisplay = in testBringTaskToFrontOnSecondaryDisplay() local908 mRootWindowContainer.positionChildAt(POSITION_TOP, secondaryDisplay, in testBringTaskToFrontOnSecondaryDisplay()910 final TaskDisplayArea secondaryTaskContainer = secondaryDisplay.getDefaultTaskDisplayArea(); in testBringTaskToFrontOnSecondaryDisplay()927 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testBringTaskToFrontOnSecondaryDisplay()1000 final TestDisplayContent secondaryDisplay = addNewDisplayContentAt(POSITION_BOTTOM); in testReparentTopFocusedActivityToSecondaryDisplay() local1001 final TaskDisplayArea secondaryTaskContainer = secondaryDisplay.getDefaultTaskDisplayArea(); in testReparentTopFocusedActivityToSecondaryDisplay()1013 .setLaunchDisplayId(secondaryDisplay.mDisplayId); in testReparentTopFocusedActivityToSecondaryDisplay()[all …]
594 final DisplayContent secondaryDisplay = createNewDisplay(); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay() local595 final WindowState[] windows = createNotDrawnWindowsOn(secondaryDisplay, in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()599 doReturn(false).when(secondaryDisplay).supportsSystemDecorations(); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()600 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()603 reset(secondaryDisplay); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()604 doReturn(true).when(secondaryDisplay).supportsSystemDecorations(); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()605 assertTrue(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()609 assertFalse(secondaryDisplay.shouldWaitForSystemDecorWindowsOnBoot()); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
1199 final TestDisplayContent secondaryDisplay = new TestDisplayContent.Builder(mAtm, 300, in testGetOrCreateRootTaskOnDisplayWithCandidateRootTask() local1202 .setDisplay(secondaryDisplay).build(); in testGetOrCreateRootTaskOnDisplayWithCandidateRootTask()
508 final TestDisplayContent secondaryDisplay = createNewDisplayContent( in testUsesOptionsDisplayAreaFeatureIdDisplayIdNotSet() local510 final TaskDisplayArea tdaOnSecondaryDisplay = createTaskDisplayArea(secondaryDisplay, in testUsesOptionsDisplayAreaFeatureIdDisplayIdNotSet()