Home
last modified time | relevance | path

Searched defs:scrollSnapVelocity (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.cpp809 void Scrollable::StartScrollSnapMotion(float predictSnapOffset, float scrollSnapVelocity) in StartScrollSnapMotion()
833 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable.cpp713 void Scrollable::StartScrollSnapMotion(float predictSnapOffset, float scrollSnapVelocity) in StartScrollSnapMotion()
747 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion()
Dscrollable_pattern.h266 void StartScrollSnapMotion(float scrollSnapDelta, float scrollSnapVelocity) in StartScrollSnapMotion()
Dscrollable_pattern.cpp854 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in RegisterScrollBarEventTask()
1107 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in SetScrollBarProxy()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
Dscrollable_cover_test_ng.cpp561 float scrollSnapVelocity = 10.0f; variable