Home
last modified time | relevance | path

Searched refs:getFocusedDisplayId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplaySecurityImeTests.java99 assertEquals(DEFAULT_DISPLAY, mWmState.getFocusedDisplayId()); in testNoInputConnectionForUntrustedVirtualDisplay()
DMultiDisplayImeTests.java488 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == firstDisplay.mId, in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java95 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == displayId, in tapOnDisplay()
DWindowManagerState.java1179 public int getFocusedDisplayId() { in getFocusedDisplayId() method in WindowManagerState