Home
last modified time | relevance | path

Searched refs:overSpringProperty_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h427 overSpringProperty_ = property; in SetOverSpringProperty()
433 overSpringProperty_ = AceType::MakeRefPtr<SpringProperty>(mass, stiffness, damping); in SetOverSpringProperty()
438 return overSpringProperty_; in OverSpringProperty()
570 RefPtr<SpringProperty> overSpringProperty_; variable
H A Drender_list.h426 return overSpringProperty_; in GetOverSpringProperty()
566 RefPtr<SpringProperty> overSpringProperty_; variable
H A Drender_list.cpp100 overSpringProperty_ = list->OverSpringProperty(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h357 return overSpringProperty_; in GetOverSpringProperty()
406 RefPtr<SpringProperty> overSpringProperty_; variable
H A Drender_list.cpp140 overSpringProperty_ = SpringChainProperty::GetDefaultOverSpringProperty(); in Update()
142 overSpringProperty_ = nullptr; in Update()