Home
last modified time | relevance | path

Searched refs:IsAnimationNotRunning (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp98 bool noEdgeEffect = (scrollable_ && scrollable_->IsAnimationNotRunning()) || !scrollEffect_; in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h276 bool IsAnimationNotRunning() const;
H A Dscrollable_pattern.h558 return scrollable->IsAnimationNotRunning(); in IsScrollableAnimationNotRunning()
H A Dscrollable.cpp284 bool Scrollable::IsAnimationNotRunning() const in IsAnimationNotRunning() function in OHOS::Ace::NG::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h292 bool IsAnimationNotRunning() const;
H A Dscrollable.cpp281 bool Scrollable::IsAnimationNotRunning() const in IsAnimationNotRunning() function in OHOS::Ace::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp658 bool noEdgeEffect = (scrollable_ && scrollable_->IsAnimationNotRunning()) || in PerformLayout()
1798 if (scrollable_ && !scrollable_->IsAnimationNotRunning()) { in ScrollToEdge()
1818 if (scrollable_ && !scrollable_->IsAnimationNotRunning()) { in ScrollPage()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1409 EXPECT_TRUE(scrollable->IsAnimationNotRunning());