Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java104 public void tapOnCenter(Rect bounds, int displayId) { in tapOnCenter() method in TouchHelper
105 tapOnCenter(bounds, displayId, true /* waitAnimation */); in tapOnCenter()
108 public void tapOnCenter(Rect bounds, int displayId, boolean waitAnimation) { in tapOnCenter() method in TouchHelper
127 tapOnCenter(task.getBounds(), task.mDisplayId); in tapOnTaskCenter()
DActivityManagerTestBase.java846 protected void tapOnCenter(Rect bounds, int displayId) { in tapOnCenter() method in ActivityManagerTestBase
847 mTouchHelper.tapOnCenter(bounds, displayId); in tapOnCenter()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityRecordInputSinkTests.java181 mTouchHelper.tapOnCenter(bounds, displayId, waitForAnimation); in touchButtonsAndAssert()
188 mTouchHelper.tapOnCenter(bounds, displayId, waitForAnimation); in touchButtonsAndAssert()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DToastWindowTest.java137 tapOnCenter(toastWindow.getParentFrame(), toastWindow.getDisplayId()); in testToastWindowIsNotClickable()
DHideOverlayWindowsTest.java265 mTouchHelper.tapOnCenter(bounds, Display.DEFAULT_DISPLAY); in touchCenterOfBoundsAndWaitForMotionEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java715 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenSelfTextToastWindow_allowsTouch()
727 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenTextToastWindow_allowsTouch()