Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_edge_effect_base.h64 bool IsSpringEffect() const in IsSpringEffect() function
H A Drender_scroll.cpp621 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_edge_effect_base.h64 bool IsSpringEffect() const in IsSpringEffect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp443 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h276 return scrollEffect_->IsSpringEffect(); in IsScrollableSpringEffect()
H A Dscrollable_pattern.cpp357 if (scrollEffect_ && scrollEffect_->IsSpringEffect()) { in CoordinateWithRefresh()
801 if (!(scrollEffect_ && scrollEffect_->IsSpringEffect() && in HandleEdgeEffect()
3148 if (!edgeEffect || !edgeEffect->IsSpringEffect()) { in CheckRestartSpring()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp659 !(scrollEffect_ && scrollEffect_->IsSpringEffect()) || autoScrollingForItemMove_; in PerformLayout()
1935 if (scrollEffect_->IsSpringEffect()) { in SetEdgeEffectAttribute()