Searched refs:inputYDeltaSlope (Results 1 – 4 of 4) sorted by relevance
125 float inputYDeltaSlope = 0.0f; member272 TouchEvent& SetInputYDeltaSlope(float inputYDeltaSlope) in SetInputYDeltaSlope()274 this->inputYDeltaSlope = inputYDeltaSlope; in SetInputYDeltaSlope()323 event.inputYDeltaSlope = inputYDeltaSlope; in CloneWith()
298 void SetInputYDeltaSlope(float inputYDeltaSlope) in SetInputYDeltaSlope() argument300 inputYDeltaSlope_ = inputYDeltaSlope; in SetInputYDeltaSlope()
677 info.SetInputYDeltaSlope(touchPoint.inputYDeltaSlope); in GetGestureEventInfo()
393 … auto inputYDeltaSlope = (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(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()499 newTouchEvent.inputYDeltaSlope = std::get<INDEX_Y_SLOPE>(newXy); in GetResampleTouchEvent()