Home
last modified time | relevance | path

Searched refs:GetItemSwipeSpringDamping (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h192 double GetItemSwipeSpringDamping() const in GetItemSwipeSpringDamping() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp380 double damping = theme_ ? theme_->GetItemSwipeSpringDamping() : SWIPE_SPRING_DAMPING; in StartSpringMotion()