Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp32 constexpr double SWIPE_RATIO = 0.6; variable
319 double ratio = theme_ ? theme_->GetItemSwipeRatio() : SWIPE_RATIO; in CalculateFriction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp38 constexpr float SWIPE_RATIO = 0.6f; variable
450 float ratio = SWIPE_RATIO; in CalculateFriction()