Home
last modified time | relevance | path

Searched refs:tapOnDisplay (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java77 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()
DActivityManagerTestBase.java678 private void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() method in ActivityManagerTestBase
679 mTouchHelper.tapOnDisplay(x, y, displayId, sync); in tapOnDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsControllerTests.java259 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_default()
286 tapOnDisplay(rootView.getWidth() / 2f, rootView.getHeight() / 2f); in testSetSystemBarsBehavior_showTransientBarsBySwipe()
733 private void tapOnDisplay(float x, float y) { in tapOnDisplay() method in WindowInsetsControllerTests