Searched refs:tapOnDisplay (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 78 tapOnDisplay(x, y, displayId, true /* sync*/); in tapOnDisplaySync() 81 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() method in TouchHelper 82 tapOnDisplay(x, y, displayId, sync, /* waitAnimations */ true); in tapOnDisplay() 85 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay() method in TouchHelper 111 tapOnDisplay(tapX, tapY, displayId, true /* sync */, waitAnimation); in tapOnCenter() 123 tapOnDisplay(x, y, view.getDisplay().getDisplayId(), true /* sync */, waitAnimations); in tapOnViewCenter() 188 tapOnDisplay(x, y, task.mDisplayId, false /* sync*/); in tapOnTaskCenterAsync()
|
D | ActivityManagerTestBase.java | 842 private void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() method in ActivityManagerTestBase 843 mTouchHelper.tapOnDisplay(x, y, displayId, sync); in tapOnDisplay()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarDisplayInputLockTest.java | 192 tapOnDisplay(displayId); in doTestDisplayInputLock() 267 private void tapOnDisplay(int displayId) { in tapOnDisplay() method in CarDisplayInputLockTest
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsControllerTests.java | 364 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_default() 393 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_showTransientBarsBySwipe() 997 private void tapOnDisplay(float x, float y) { in tapOnDisplay() method in WindowInsetsControllerTests
|