Home
last modified time | relevance | path

Searched refs:RemainVelocityToChild (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() function
H A Dscrollable_pattern.h861 void RemainVelocityToChild(float remainVelocity) override;
H A Dscrollable_pattern.cpp574 auto RemainVelocityToChild = [weak = WeakClaim(this)](float remainVelocity) -> bool { in AddScrollEvent() local
579 child->RemainVelocityToChild(remainVelocity); in AddScrollEvent()
584 scrollable->SetRemainVelocityCallback(std::move(RemainVelocityToChild)); in AddScrollEvent()
2271 void ScrollablePattern::RemainVelocityToChild(float remainVelocity) in RemainVelocityToChild() function in OHOS::Ace::NG::ScrollablePattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1050 scrollPn->RemainVelocityToChild(remainVelocity);