Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java129 private static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in WindowFocusTests
152 assumeFalse(perDisplayFocusEnabled()); in testKeyReceiving()
194 assumeFalse(perDisplayFocusEnabled()); in testMovingDisplayToTopByKeyEvent()
244 assumeFalse(perDisplayFocusEnabled()); in testPointerCapture()
297 assumeFalse(perDisplayFocusEnabled()); in testTapFocusableWindow()
322 assumeFalse(perDisplayFocusEnabled()); in testTapNonFocusableWindow()
DMultiDisplayPolicyTests.java603 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEvent()
640 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEventAfterKeyguard()
725 assumeFalse(perDisplayFocusEnabled()); in testSecondaryDisplayFocus()
DMultiDisplaySystemDecorationTests.java485 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java967 protected static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in ActivityManagerTestBase