Searched refs:injectMotion (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 510 injectMotion(downTime, downTime, MotionEvent.ACTION_DOWN, x, y, displayId); in touchAndCancelOnDisplayCenter() 516 injectMotion(downTime, eventTime, MotionEvent.ACTION_CANCEL, tapX, tapY, displayId); in touchAndCancelOnDisplayCenter() 521 injectMotion(downTime, downTime, MotionEvent.ACTION_DOWN, x, y, displayId); in tapOnDisplay() 524 injectMotion(downTime, upTime, MotionEvent.ACTION_UP, x, y, displayId); in tapOnDisplay() 537 private static void injectMotion(long downTime, long eventTime, int action, in injectMotion() method in ActivityManagerTestBase
|