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/
DWindowFocusTests.java152 final boolean perDisplayFocusEnabled = perDisplayFocusEnabled(); in testKeyReceiving()
153 if (perDisplayFocusEnabled) { in testKeyReceiving()
175 if (!perDisplayFocusEnabled) { in testKeyReceiving()
191 assumeFalse(perDisplayFocusEnabled()); in testMovingDisplayToTopByKeyEvent()
267 assumeFalse(perDisplayFocusEnabled()); in testPointerCaptureWhenFocus()
311 assumeFalse(perDisplayFocusEnabled()); in testTapFocusableWindow()
330 assumeFalse(perDisplayFocusEnabled()); in testTapNonFocusableWindow()
DMultiDisplayPolicyTests.java559 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEvent()
593 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEventAfterKeyguard()
665 assumeFalse(perDisplayFocusEnabled()); in testSecondaryDisplayFocus()
DMultiDisplaySystemDecorationTests.java477 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
655 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanShownWhenActivityMovedToDisplay()
716 assumeFalse(perDisplayFocusEnabled()); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java129 private static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in AccessibilityWindowReportingTest
310 if (!perDisplayFocusEnabled()) { in moveFocusToAnotherDisplay_movesActiveAndFocusWindow()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java1244 protected static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in ActivityManagerTestBase