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