Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h176 double GetItemSwipeSpeedThreshold() const in GetItemSwipeSpeedThreshold() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp413 double speedThreshold = theme_ ? theme_->GetItemSwipeSpeedThreshold() : SWIPER_SPEED_TH; in HandleDragEnd()