Searched refs:tapOnCenter (Results 1 – 6 of 6) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 104 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()
|
D | ActivityManagerTestBase.java | 846 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/ |
D | ActivityRecordInputSinkTests.java | 181 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/ |
D | ToastWindowTest.java | 137 tapOnCenter(toastWindow.getParentFrame(), toastWindow.getDisplayId()); in testToastWindowIsNotClickable()
|
D | HideOverlayWindowsTest.java | 265 mTouchHelper.tapOnCenter(bounds, Display.DEFAULT_DISPLAY); in touchCenterOfBoundsAndWaitForMotionEvent()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WindowUntrustedTouchTest.java | 715 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenSelfTextToastWindow_allowsTouch() 727 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenTextToastWindow_allowsTouch()
|