Searched refs:injectMotionEvent (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | PointerCaptureTest.java | 130 private void injectMotionEvent(MotionEvent event) { in injectMotionEvent() method in PointerCaptureTest 141 injectMotionEvent(obtainRelativeMouseEvent(action, x, y)); in injectRelativeMouseEvent() 163 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mInner, 0, 0)); in verifyHoverDispatch() 164 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget, 0, 0)); in verifyHoverDispatch() 165 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget2, 0, 0)); in verifyHoverDispatch()
|
D | TooltipTest.java | 182 private void injectMotionEvent(MotionEvent event) { in injectMotionEvent() method in TooltipTest 187 injectMotionEvent(obtainMotionEvent( in injectHoverMove() 529 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_DOWN, 0, 0)); in testMouseClickDoesNotShowTooltip() 530 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_PRESS, 0, 0)); in testMouseClickDoesNotShowTooltip() 531 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_RELEASE, 0, 0)); in testMouseClickDoesNotShowTooltip() 532 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_UP, 0, 0)); in testMouseClickDoesNotShowTooltip()
|