Home
last modified time | relevance | path

Searched refs:IsSpringMotionRunning (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h206 bool IsSpringMotionRunning() const in IsSpringMotionRunning() function
208 return scrollable_ ? scrollable_->IsSpringMotionRunning() : false; in IsSpringMotionRunning()
H A Dscrollable.h91 bool IsSpringMotionRunning() const in IsSpringMotionRunning() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h95 bool IsSpringMotionRunning() const in IsSpringMotionRunning() function
H A Dscrollable_pattern.h577 return scrollable->IsSpringMotionRunning(); in IsScrollableSpringMotionRunning()
H A Dscrollable_pattern.cpp1904 if (needRestart || !(scrollable && scrollable->IsSpringMotionRunning())) { in ProcessSpringEffect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_test_ng.cpp1808 EXPECT_TRUE(scrollable->IsSpringMotionRunning());
1815 EXPECT_TRUE(scrollable->IsSpringMotionRunning());
1822 EXPECT_FALSE(scrollable->IsSpringMotionRunning());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp402 if (scrollable->IsSpringMotionRunning()) { in ScrollSnap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp364 bool overScroll = scroll->IsSpringMotionRunning(); in FlushChainAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1774 if (renderList->scrollable_ && !renderList->scrollable_->IsSpringMotionRunning()) { in AnimateTo()
2119 bool overScroll = scrollable_ && scrollable_->IsSpringMotionRunning(); in FlushChainAnimation()