Home
last modified time | relevance | path

Searched refs:GetDefaultOverSpringProperty (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.cpp141 const RefPtr<SpringProperty>& SpringChainProperty::GetDefaultOverSpringProperty() in GetDefaultOverSpringProperty() function in OHOS::Ace::SpringChainProperty
H A Dsimple_spring_chain.h47 static const RefPtr<SpringProperty>& GetDefaultOverSpringProperty();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h340 static const RefPtr<SpringProperty>& GetDefaultOverSpringProperty();
H A Dscrollable.cpp214 spring_ = GetDefaultOverSpringProperty(); in Initialize()
1137 const RefPtr<SpringProperty>& Scrollable::GetDefaultOverSpringProperty() in GetDefaultOverSpringProperty() function in OHOS::Ace::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp338 … listComponent_->SetOverSpringProperty(SpringChainProperty::GetDefaultOverSpringProperty()); in CreateOrUpdateList()
340 listComponent_->SetOverSpringProperty(Scrollable::GetDefaultOverSpringProperty()); in CreateOrUpdateList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp140 overSpringProperty_ = SpringChainProperty::GetDefaultOverSpringProperty(); in Update()