Searched refs:inputXDeltaSlope (Results 1 – 4 of 4) sorted by relevance
124 float inputXDeltaSlope = 0.0f; member266 TouchEvent& SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope()268 this->inputXDeltaSlope = inputXDeltaSlope; in SetInputXDeltaSlope()322 event.inputXDeltaSlope = inputXDeltaSlope; in CloneWith()
293 void SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope() argument295 inputXDeltaSlope_ = inputXDeltaSlope; in SetInputXDeltaSlope()
676 info.SetInputXDeltaSlope(touchPoint.inputXDeltaSlope); in GetGestureEventInfo()
391 … auto inputXDeltaSlope = (std::get<INDEX_X>(current) - std::get<INDEX_X>(history)) * ONE_S_IN_NS / in LinearInterpolation() local400 return std::make_tuple(x, y, inputXDeltaSlope, inputYDeltaSlope); in LinearInterpolation()406 return std::make_tuple(x, y, inputXDeltaSlope, inputYDeltaSlope); in LinearInterpolation()498 newTouchEvent.inputXDeltaSlope = std::get<INDEX_X_SLOPE>(newXy); in GetResampleTouchEvent()