Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h172 double GetItemSwipeThreshold() const in GetItemSwipeThreshold() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp412 double threshold = theme_ ? theme_->GetItemSwipeThreshold() : SWIPER_TH; in HandleDragEnd()