Home
last modified time | relevance | path

Searched refs:tapOnStackCenter (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTopResumedStateTests.java478 tapOnStackCenter(dockedStack); in testTopPositionSwitchOnTap()
491 tapOnStackCenter(sideStack); in testTopPositionSwitchOnTap()
541 tapOnStackCenter(dockedStack); in testTopPositionSwitchOnTapSlowDifferentProcess()
556 tapOnStackCenter(sideStack); in testTopPositionSwitchOnTapSlowDifferentProcess()
606 tapOnStackCenter(dockedStack); in testTopPositionSwitchOnTapTimeoutDifferentProcess()
621 tapOnStackCenter(sideStack); in testTopPositionSwitchOnTapTimeoutDifferentProcess()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java121 public void tapOnStackCenter(WindowManagerState.ActivityTask stack) { in tapOnStackCenter() method in TouchHelper
DActivityManagerTestBase.java690 protected void tapOnStackCenter(WindowManagerState.ActivityTask stack) { in tapOnStackCenter() method in ActivityManagerTestBase
691 mTouchHelper.tapOnStackCenter(stack); in tapOnStackCenter()