Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2888 if (velocityMotion_) { in HotZoneScroll()
2889 velocityMotion_->Reset(offsetPct); in HotZoneScroll()
2903 if (!velocityMotion_) { in HotZoneScroll()
2905 velocityMotion_ = AceType::MakeRefPtr<BezierVariableVelocityMotion>( in HotZoneScroll()
2913 velocityMotion_->AddListener([weakScroll = AceType::WeakClaim(this)](double offset) { in HotZoneScroll()
2924 velocityMotion_->ReInit(offsetPct); in HotZoneScroll()
2927 velocityMotion_->ReInit(offsetPct); in HotZoneScroll()
2931 animator_->PlayMotion(velocityMotion_); in HotZoneScroll()
H A Dscrollable_pattern.h987 RefPtr<BezierVariableVelocityMotion> velocityMotion_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_test_ng.cpp825 EXPECT_TRUE(scrollPn->velocityMotion_);
839 EXPECT_TRUE(scrollPn->velocityMotion_);
1163 scrollPn->velocityMotion_ =
H A Dscrollable_fling_test_ng.cpp355 scrollPn->velocityMotion_ =
1270 scrollPn->velocityMotion_ =