Searched refs:tapOnDisplay (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 77 tapOnDisplay(x, y, displayId, true /* sync*/); in tapOnDisplaySync() 80 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() method in TouchHelper 81 tapOnDisplay(x, y, displayId, sync, /* waitAnimations */ true); in tapOnDisplay() 84 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay() method in TouchHelper 118 tapOnDisplay(x, y, view.getDisplay().getDisplayId(), true /* sync */, waitAnimations); in tapOnViewCenter() 132 tapOnDisplay(bounds.centerX(), bounds.centerY(), displayId, false /* sync */); in tapOnDisplayCenterAsync() 171 tapOnDisplay(x, y, task.mDisplayId, false /* sync*/); in tapOnTaskCenterAsync()
|
D | ActivityManagerTestBase.java | 705 private void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() method in ActivityManagerTestBase 706 mTouchHelper.tapOnDisplay(x, y, displayId, sync); in tapOnDisplay()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsControllerTests.java | 263 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_default() 290 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_showTransientBarsBySwipe() 772 private void tapOnDisplay(float x, float y) { in tapOnDisplay() method in WindowInsetsControllerTests
|