Home
last modified time | relevance | path

Searched refs:SetInputXDeltaSlope (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h293 void SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h266 TouchEvent& SetInputXDeltaSlope(float inputXDeltaSlope) in SetInputXDeltaSlope() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp676 info.SetInputXDeltaSlope(touchPoint.inputXDeltaSlope); in GetGestureEventInfo()