Searched refs:secondDisplay (Results 1 – 2 of 2) sorted by relevance
663 final TestDisplayContent secondDisplay = addNewDisplayContentAt( in testFindTaskToMoveToFrontWhenRecentsOnOtherDisplay() local665 final Task rootTask = secondDisplay.getDefaultTaskDisplayArea() in testFindTaskToMoveToFrontWhenRecentsOnOtherDisplay()735 final TestDisplayContent secondDisplay = addNewDisplayContentAt( in testResumeFocusedRootTasksStartsHomeActivity_ActivityOnSecondaryScreen() local737 final Task rootTask = secondDisplay.getDefaultTaskDisplayArea().createRootTask( in testResumeFocusedRootTasksStartsHomeActivity_ActivityOnSecondaryScreen()807 final TestDisplayContent secondDisplay = in testStartHomeOnAllDisplays() local819 assertNotNull(secondDisplay.getTopRootTask()); in testStartHomeOnAllDisplays()820 assertTrue(secondDisplay.getTopRootTask().isActivityTypeHome()); in testStartHomeOnAllDisplays()869 final TestDisplayContent secondDisplay = in testStartSecondaryHomeOnDisplayWithUserKeyLocked() local878 secondDisplay.mDisplayId, true /* allowInstrumenting */, true /* fromHomeKey */); in testStartSecondaryHomeOnDisplayWithUserKeyLocked()894 final TestDisplayContent secondDisplay = in testStartSecondaryHomeOnDisplayWithoutSysDecorations() local[all …]
434 DisplayInfo secondDisplay = new DisplayInfo(firstDisplay); in prepareSmallerSecondDisplay() local436 secondDisplay.logicalWidth = width; in prepareSmallerSecondDisplay()437 secondDisplay.logicalHeight = height; in prepareSmallerSecondDisplay()438 doReturn(List.of(firstDisplay, secondDisplay)).when( in prepareSmallerSecondDisplay()