Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h483 void FixScrollMotion(float position, float initVelocity);
H A Dscrollable.cpp542 FixScrollMotion(mainPosition, correctVelocity); in StartScrollAnimation()
667 void Scrollable::FixScrollMotion(float position, float initVelocity) in FixScrollMotion() function in OHOS::Ace::NG::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h487 void FixScrollMotion(double position);
H A Dscrollable.cpp678 FixScrollMotion(mainPosition); in StartScrollAnimation()
789 void Scrollable::FixScrollMotion(double position) in FixScrollMotion() function in OHOS::Ace::Scrollable