Searched refs:clickTouchPoint (Results 1 – 1 of 1) sorted by relevance
353 TouchPoint clickTouchPoint = new TouchPoint(); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() local354 clickTouchPoint.mIsStartOfPath = true; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()355 clickTouchPoint.mX = CLICK_POINT.x; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()356 clickTouchPoint.mY = CLICK_POINT.y; in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()357 mLineList.add(new GestureStep(0, 1, new TouchPoint[] {clickTouchPoint})); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal()399 TouchPoint clickTouchPoint = new TouchPoint(); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew() local400 clickTouchPoint.mIsStartOfPath = true; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()401 clickTouchPoint.mX = CLICK_POINT.x; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()402 clickTouchPoint.mY = CLICK_POINT.y; in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()403 mLineList.add(new GestureStep(0, 1, new TouchPoint[] {clickTouchPoint})); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew()