Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h124 float inputXDeltaSlope = 0.0f; member
266 TouchEvent& SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope()
268 this->inputXDeltaSlope = inputXDeltaSlope; in SetInputXDeltaSlope()
322 event.inputXDeltaSlope = inputXDeltaSlope; in CloneWith()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h293 void SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope() argument
295 inputXDeltaSlope_ = inputXDeltaSlope; in SetInputXDeltaSlope()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp676 info.SetInputXDeltaSlope(touchPoint.inputXDeltaSlope); in GetGestureEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp391 … auto inputXDeltaSlope = (std::get<INDEX_X>(current) - std::get<INDEX_X>(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()
498 newTouchEvent.inputXDeltaSlope = std::get<INDEX_X_SLOPE>(newXy); in GetResampleTouchEvent()