Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dnestable_scroll_container.h101 virtual void RemainVelocityToChild(float remainVelocity) {} in RemainVelocityToChild() argument
H A Dscrollable_pattern.cpp574 auto RemainVelocityToChild = [weak = WeakClaim(this)](float remainVelocity) -> bool { in AddScrollEvent() argument
579 child->RemainVelocityToChild(remainVelocity); in AddScrollEvent()
2271 void ScrollablePattern::RemainVelocityToChild(float remainVelocity) in RemainVelocityToChild() argument
2276 remainVelocity, static_cast<int32_t>(host->GetAccessibilityId()), host->GetTag().c_str()); in RemainVelocityToChild()
2277 Fling(remainVelocity); in RemainVelocityToChild()
H A Dscrollable_pattern.h861 void RemainVelocityToChild(float remainVelocity) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1045 float remainVelocity = 150.0f; variable
1050 scrollPn->RemainVelocityToChild(remainVelocity);