Searched refs:firstDisplay (Results 1 – 2 of 2) sorted by relevance
473 final DisplayContent firstDisplay = newDisplays.get(0); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays() local478 firstDisplay.getDisplayRect().equals(secondDisplay.getDisplayRect())); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()486 touchAndCancelOnDisplayCenterSync(firstDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()488 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == firstDisplay.mId, in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()501 firstDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()508 assertThat(imeDisplayId).isEqualTo(firstDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()512 waitOrderedImeEventsThenAssertImeShown(stream, firstDisplay.mId, in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()528 touchAndCancelOnDisplayCenterSync(firstDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()542 assertThat(mWmState.hasActivityInDisplay(firstDisplay.mId, in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()574 final Rect displayRect1 = mWmState.getDisplay(firstDisplay.mId).getDisplayRect(); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
353 VirtualDisplay firstDisplay = mRule.createManagedVirtualDisplay(mVirtualDevice); in getVirtualDevice_getDisplayIds() local354 final int firstDisplayId = firstDisplay.getDisplay().getDisplayId(); in getVirtualDevice_getDisplayIds()369 firstDisplay.release(); in getVirtualDevice_getDisplayIds()