Searched refs:getFocusedDisplayId (Results 1 – 4 of 4) sorted by relevance
99 assertEquals(DEFAULT_DISPLAY, mWmState.getFocusedDisplayId()); in testNoInputConnectionForUntrustedVirtualDisplay()
488 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == firstDisplay.mId, in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
95 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == displayId, in tapOnDisplay()
1179 public int getFocusedDisplayId() { in getFocusedDisplayId() method in WindowManagerState