Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp313 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anonff57590a0302()
522 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anonff57590a0502()
1228 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anonff57590a0e02()
1437 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anonff57590a1002()
H A Dscrollable_test_ng.cpp1087 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anon069daffb0302()
1327 …scrollPn->selectMotion_ = AceType::MakeRefPtr<SelectMotion>(0.0f, [this]() -> bool { return true; … in __anon069daffb0502()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1691 if (!selectMotion_) { in SelectWithScroll()
1692selectMotion_ = AceType::MakeRefPtr<SelectMotion>(offset, [weak = WeakClaim(this)]() -> bool { in SelectWithScroll()
1697 selectMotion_->AddListener([weakScroll = AceType::WeakClaim(this)](double offset) { in SelectWithScroll()
1705 selectMotion_->Reset(offset); in SelectWithScroll()
1708 animator_->PlayMotion(selectMotion_); in SelectWithScroll()
1776 if (selectMotion_) { in ShouldSelectScrollBeStopped()
1777 selectMotion_->Reset(offset); in ShouldSelectScrollBeStopped()
H A Dscrollable_pattern.h961 RefPtr<SelectMotion> selectMotion_; variable