Home
last modified time | relevance | path

Searched refs:ProcessScrollSnapSpringMotion (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_scrollable.cpp59 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) {} in ProcessScrollSnapSpringMotion() function in OHOS::Ace::Scrollable
Dmock_scrollable_ng.cpp58 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) {} in ProcessScrollSnapSpringMotion() function in OHOS::Ace::NG::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable.cpp420 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), correctVelocity); in HandleDragEnd()
465 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), correctVelocity); in StartScrollAnimation()
656 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion() function in OHOS::Ace::NG::Scrollable
860 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), currentVelocity_); in ProcessScrollMotionStop()
Dscrollable.h368 void ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity);
Dscrollable_pattern.h213 scrollable->ProcessScrollSnapSpringMotion(scrollSnapDelta, scrollSnapVelocity); in StartScrollSnapMotion()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.cpp632 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), correctVelocity); in HandleDragEnd()
681 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), correctVelocity); in StartScrollAnimation()
845 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion() function in OHOS::Ace::Scrollable
1011 ProcessScrollSnapSpringMotion(predictSnapOffset.value(), currentVelocity_); in ProcessScrollMotionStop()
Dscrollable.h438 void ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity);