Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java154 final int secondaryDisplayId = displaySession.createDisplay( in testKeyReceiving() local
157 startActivity(SecondaryActivity.class, secondaryDisplayId); in testKeyReceiving()
159 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_3, secondaryDisplayId); in testKeyReceiving()
165 sendKey(ACTION_DOWN, KEYCODE_6, secondaryDisplayId); in testKeyReceiving()
200 final int secondaryDisplayId = displaySession.createDisplay( in testMovingDisplayToTopByKeyEvent() local
203 startActivity(SecondaryActivity.class, secondaryDisplayId); in testMovingDisplayToTopByKeyEvent()
208 sendAndAssertTargetConsumedKey(secondaryActivity, KEYCODE_2, secondaryDisplayId); in testMovingDisplayToTopByKeyEvent()
246 final int secondaryDisplayId = displaySession.createDisplay( in testPointerCapture() local
249 startActivity(SecondaryActivity.class, secondaryDisplayId); in testPointerCapture()
277 final int secondaryDisplayId = displaySession.createDisplay( in testDisplayChanged() local
[all …]