Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplaySizeTest.java114 final int targetDisplayId = targetDisplay.getDisplayId(); in testSizeRangesAfterSettingDisplaySize() local
125 if (displayId == targetDisplayId) { in testSizeRangesAfterSettingDisplaySize()
136 newLength, newLength, targetDisplayId)); in testSizeRangesAfterSettingDisplaySize()
DMultiDisplayClientTests.java174 MockImeSession imeSession, int targetDisplayId) throws Exception { in assertImeShownAndMatchesDisplayId() argument
181 launchOptions.setLaunchDisplayId(targetDisplayId); in assertImeShownAndMatchesDisplayId()
187 mWmState.waitAndAssertImeWindowShownOnDisplay(targetDisplayId); in assertImeShownAndMatchesDisplayId()
192 targetDisplayId, imeDisplayId); in assertImeShownAndMatchesDisplayId()
DWindowFocusTests.java90 int targetDisplayId) { in sendAndAssertTargetConsumedKey() argument
91 sendAndAssertTargetConsumedKey(target, ACTION_DOWN, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey()
92 sendAndAssertTargetConsumedKey(target, ACTION_UP, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey()
96 int keyCode, int targetDisplayId) { in sendAndAssertTargetConsumedKey() argument
98 sendKey(action, keyCode, targetDisplayId); in sendAndAssertTargetConsumedKey()