Home
last modified time | relevance | path

Searched refs:GetInputXDeltaSlope (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h278 float GetInputXDeltaSlope() const in GetInputXDeltaSlope() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp653 } else if (GetPanDirection() == Axis::HORIZONTAL && NearZero(info.GetInputXDeltaSlope()) && in HandleDragUpdate()