Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable.h255 bool IsAnimationNotRunning() const;
Dscrollable_pattern.h422 return scrollable->IsAnimationNotRunning(); in IsScrollableAnimationNotRunning()
Dscrollable.cpp240 bool Scrollable::IsAnimationNotRunning() const in IsAnimationNotRunning() function in OHOS::Ace::NG::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Drender_popup_list.cpp98 bool noEdgeEffect = (scrollable_ && scrollable_->IsAnimationNotRunning()) || !scrollEffect_; in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.h292 bool IsAnimationNotRunning() const;
Dscrollable.cpp294 bool Scrollable::IsAnimationNotRunning() const in IsAnimationNotRunning() function in OHOS::Ace::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list.cpp658 bool noEdgeEffect = (scrollable_ && scrollable_->IsAnimationNotRunning()) || in PerformLayout()
1797 if (scrollable_ && !scrollable_->IsAnimationNotRunning()) { in ScrollToEdge()
1817 if (scrollable_ && !scrollable_->IsAnimationNotRunning()) { in ScrollPage()