Searched refs:clickTouchPoint (Results 1 – 1 of 1) sorted by relevance
331 TouchPoint clickTouchPoint = new TouchPoint(); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() local332 clickTouchPoint.mIsStartOfPath = true; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()333 clickTouchPoint.mX = CLICK_POINT.x; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()334 clickTouchPoint.mY = CLICK_POINT.y; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()335 mLineList.add(new GestureStep(0, 1, new TouchPoint[] {clickTouchPoint})); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()377 TouchPoint clickTouchPoint = new TouchPoint(); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew() local378 clickTouchPoint.mIsStartOfPath = true; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()379 clickTouchPoint.mX = CLICK_POINT.x; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()380 clickTouchPoint.mY = CLICK_POINT.y; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()381 mLineList.add(new GestureStep(0, 1, new TouchPoint[] {clickTouchPoint})); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()