Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java120 MotionEvent mHoverMoveEvent; field in MotionEventInjectorTest
157 mHoverMoveEvent = MotionEvent.obtain(0, 0, ACTION_HOVER_MOVE, CLICK_POINT.x, CLICK_POINT.y, in setUp()
159 mHoverMoveEvent.setSource(InputDevice.SOURCE_MOUSE); in setUp()
316 mMotionEventInjector.onMotionEvent(mHoverMoveEvent, mHoverMoveEvent, 0); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal()