Searched refs:injectMotionEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 197 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x, y, 1.0f); in sendTap() 198 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x, y, 0.0f); in sendTap() 206 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f); in sendSwipe() 212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha), in sendSwipe() 216 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f); in sendSwipe() 228 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f); in sendMove() 259 …private void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pre… in injectMotionEvent() method in Input
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | MouseUiController.java | 65 public boolean injectMotionEvent(MotionEvent event) throws InjectEventSecurityException { in injectMotionEvent() method in MouseUiController 71 return mUiController.injectMotionEvent(event); in injectMotionEvent()
|