Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java103 public void tapOnCenter(Rect bounds, int displayId) { in tapOnCenter() method in TouchHelper
122 tapOnCenter(stack.getBounds(), stack.mDisplayId); in tapOnStackCenter()
DActivityManagerTestBase.java682 protected void tapOnCenter(Rect bounds, int displayId) { in tapOnCenter() method in ActivityManagerTestBase
683 mTouchHelper.tapOnCenter(bounds, displayId); in tapOnCenter()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DToastWindowTest.java137 tapOnCenter(toastWindow.getContainingFrame(), toastWindow.getDisplayId()); in testToastWindowIsNotClickable()
DWindowUntrustedTouchTest.java748 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenSelfTextToastWindow_allowsTouch()
759 mTouchHelper.tapOnCenter(toast, mActivity.getDisplayId()); in testWhenTextToastWindow_allowsTouch()