Searched refs:mClickUpEvent (Results 1 – 1 of 1) sorted by relevance
132 MotionEvent mClickUpEvent; field in MotionEventInjectorTest169 mClickUpEvent = MotionEvent.obtain(0, CLICK_DURATION, ACTION_UP, CLICK_POINT.x, in setUp()172 mClickUpEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in setUp()300 mMotionEventInjector.onMotionEvent(mClickUpEvent, mClickUpEvent, 0); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()