Home
last modified time | relevance | path

Searched refs:SWIPER_TH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.h47 constexpr float SWIPER_TH = 0.25f; variable
H A Dlist_swipe_test_ng.cpp45 const float slightSwipeDelta = START_NODE_LEN * SWIPER_TH;
46 const float obviousSwipeDelta = START_NODE_LEN * SWIPER_TH + 1;
165 const float slightSwipeDelta = END_NODE_LEN * SWIPER_TH;
166 const float obviousSwipeDelta = END_NODE_LEN * SWIPER_TH + 1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp30 constexpr double SWIPER_TH = 0.25; variable
412 double threshold = theme_ ? theme_->GetItemSwipeThreshold() : SWIPER_TH; in HandleDragEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp35 constexpr float SWIPER_TH = 0.25f; variable
781 …d = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) ? NEW_SWIPER_TH : SWIPER_TH; in HandleDragEnd()