Home
last modified time | relevance | path

Searched defs:correctVelocity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp101 float correctVelocity = 3000.0f; variable
186 float correctVelocity = 3000.0f; variable
273 float correctVelocity = 3000.0f; variable
370 float correctVelocity = 3000.0f; variable
457 float correctVelocity = 3000.0f; variable
547 float correctVelocity = 3000.0f; variable
625 float correctVelocity = 5000.0f; variable
715 float correctVelocity = 3000.0f; variable
803 float correctVelocity = 3000.0f; variable
895 float correctVelocity = 3000.0f; variable
[all …]
H A Dscrollable_cover_test_ng.cpp1507 … float position, float dragOffset, float correctVelocity) { in __anon09dd19593002()
1531 … float position, float dragOffset, float correctVelocity) { in __anon09dd19593102()
H A Dscrollable_test_ng.cpp1780 float correctVelocity = 3000.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp202 double correctVelocity = std::clamp(info.GetMainVelocity(), MIN_VELOCITY, MAX_VELOCITY); in HandleDragEnd() local
H A Dscrollable.cpp602 double correctVelocity = in HandleDragEnd() local
645 void Scrollable::StartScrollAnimation(float mainPosition, float correctVelocity) in StartScrollAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp433 void Scrollable::LayoutDirectionEst(double& correctVelocity) in LayoutDirectionEst()
503 void Scrollable::StartScrollAnimation(float mainPosition, float correctVelocity) in StartScrollAnimation()