Home
last modified time | relevance | path

Searched refs:inputYDeltaSlope (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h125 float inputYDeltaSlope = 0.0f; member
272 TouchEvent& SetInputYDeltaSlope(float inputYDeltaSlope) in SetInputYDeltaSlope()
274 this->inputYDeltaSlope = inputYDeltaSlope; in SetInputYDeltaSlope()
323 event.inputYDeltaSlope = inputYDeltaSlope; in CloneWith()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h298 void SetInputYDeltaSlope(float inputYDeltaSlope) in SetInputYDeltaSlope() argument
300 inputYDeltaSlope_ = inputYDeltaSlope; in SetInputYDeltaSlope()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp677 info.SetInputYDeltaSlope(touchPoint.inputYDeltaSlope); in GetGestureEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp393 … auto inputYDeltaSlope = (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(history)) * ONE_S_IN_NS / in LinearInterpolation() local
400 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()