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()
243 assumeFalse(perDisplayFocusEnabled()); in testPointerCapture()
296 assumeFalse(perDisplayFocusEnabled()); in testTapFocusableWindow()
321 assumeFalse(perDisplayFocusEnabled()); in testTapNonFocusableWindow()
DMultiDisplayPolicyTests.java601 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEvent()
638 assumeFalse(perDisplayFocusEnabled()); in testStackFocusSwitchOnTouchEventAfterKeyguard()
722 assumeFalse(perDisplayFocusEnabled()); in testSecondaryDisplayFocus()
DMultiDisplaySystemDecorationTests.java483 assumeFalse(perDisplayFocusEnabled()); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java915 protected static boolean perDisplayFocusEnabled() { in perDisplayFocusEnabled() method in ActivityManagerTestBase