Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscroll_edge_effect_base.h64 bool IsSpringEffect() const in IsSpringEffect() function
Drender_scroll.cpp629 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_edge_effect_base.h64 bool IsSpringEffect() const in IsSpringEffect() function
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
Drender_popup_list.cpp443 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.h226 return scrollEffect_->IsSpringEffect(); in IsScrollableSpringEffect()
Dscrollable_pattern.cpp233 if (scrollEffect_ && scrollEffect_->IsSpringEffect()) { in CoordinateWithRefresh()
572 if (!(scrollEffect_ && scrollEffect_->IsSpringEffect() && in HandleEdgeEffect()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list.cpp659 !(scrollEffect_ && scrollEffect_->IsSpringEffect()) || autoScrollingForItemMove_; in PerformLayout()
1934 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_pattern.cpp306 if (!edgeEffect || !edgeEffect->IsSpringEffect()) { in CheckRestartSpring()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_pattern.cpp907 if (!edgeEffect || !edgeEffect->IsSpringEffect()) { in CheckRestartSpring()