Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java377 tapOnDisplayCenter(newDisplay.mId); in assertSecondaryHomeResumedOnNewDisplay()
499 tapOnDisplayCenter(defDisplay.mId); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
509 tapOnDisplayCenter(newDisplay.mId); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
518 tapOnDisplayCenter(defDisplay.mId); in testImeWindowCanSwitchWhenTopFocusedDisplayChange()
648 tapOnDisplayCenter(DEFAULT_DISPLAY); in testDisplayPolicyImeHideImeNoSystemDecorations()
680 tapOnDisplayCenter(newDisplay.mId); in testDisplayPolicyImeHideImeNoSystemDecorations()
728 tapOnDisplayCenter(defDisplay.mId); in testImeWindowCanShownWhenActivityMovedToDisplay()
747 tapOnDisplayCenter(defDisplay.mId); in testImeWindowCanShownWhenActivityMovedToDisplay()
DMultiDisplayPolicyTests.java573 tapOnDisplayCenter(DEFAULT_DISPLAY); in testStackFocusSwitchOnTouchEvent()
580 tapOnDisplayCenter(newDisplay.mId); in testStackFocusSwitchOnTouchEvent()
627 tapOnDisplayCenter(DEFAULT_DISPLAY); in testStackFocusSwitchOnTouchEventAfterKeyguard()
678 tapOnDisplayCenter(DEFAULT_DISPLAY); in testSecondaryDisplayFocus()
685 tapOnDisplayCenter(newDisplay.mId); in testSecondaryDisplayFocus()
869 tapOnDisplayCenter(DEFAULT_DISPLAY); in testPreQTopProcessResumedDisplayMoved()
DMultiDisplaySecurityTests.java851 tapOnDisplayCenter(DEFAULT_DISPLAY); in testNoInputConnectionForUntrustedVirtualDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTopResumedStateTests.java828 tapOnDisplayCenter(DEFAULT_DISPLAY); in testTopPositionSwitchAcrossDisplaysOnTap()
843 tapOnDisplayCenter(newDisplay.mId); in testTopPositionSwitchAcrossDisplaysOnTap()
902 tapOnDisplayCenter(newDisplay.mId); in testTopPositionSwitchAcrossDisplaysOnTapSlowDifferentProcess()
914 tapOnDisplayCenter(DEFAULT_DISPLAY); in testTopPositionSwitchAcrossDisplaysOnTapSlowDifferentProcess()
971 tapOnDisplayCenter(newDisplay.mId); in testTopPositionSwitchAcrossDisplaysOnTapTimeoutDifferentProcess()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java125 public void tapOnDisplayCenter(int displayId) { in tapOnDisplayCenter() method in TouchHelper
DActivityManagerTestBase.java694 protected void tapOnDisplayCenter(int displayId) { in tapOnDisplayCenter() method in ActivityManagerTestBase
695 mTouchHelper.tapOnDisplayCenter(displayId); in tapOnDisplayCenter()