Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java94 mWmState.waitForWithAmState(state -> state.getFocusedDisplayId() == displayId, in tapOnDisplay()
DWindowManagerState.java1095 public int getFocusedDisplayId() { in getFocusedDisplayId() method in WindowManagerState
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySecurityTests.java853 assertEquals(DEFAULT_DISPLAY, mWmState.getFocusedDisplayId()); in testNoInputConnectionForUntrustedVirtualDisplay()