Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowFocusTests.java169 primaryActivity.waitAndAssertWindowFocusState(perDisplayFocusEnabled()); in testKeyReceiving()
186 if (!perDisplayFocusEnabled()) { in testKeyReceiving()
201 assumeFalse(perDisplayFocusEnabled()); in testKeyReceivingWithDisplayWithOwnFocus()
262 primaryActivity.waitAndAssertWindowFocusState(perDisplayFocusEnabled()); in testOwnFocus()
412 assumeFalse(perDisplayFocusEnabled()); in testPointerCaptureWhenFocus()
456 assumeFalse(perDisplayFocusEnabled()); in testTapFocusableWindow()
475 assumeFalse(perDisplayFocusEnabled()); in testTapNonFocusableWindow()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayPolicyTests.java573 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEvent()
609 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEventAfterKeyguard()
683 assumeFalse(perDisplayFocusEnabled()); in testSecondaryDisplayFocus()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java223 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
399 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanShownWhenActivityMovedToDisplay()
464 assumeFalse(perDisplayFocusEnabled()); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java139 private static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in AccessibilityWindowReportingTest
303 if (!perDisplayFocusEnabled()) { in moveFocusToAnotherDisplay_movesActiveAndFocusWindow()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1522 protected static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in ActivityManagerTestBase