Searched refs:SWIPER_TH (Results 1 – 4 of 4) sorted by relevance
47 constexpr float SWIPER_TH = 0.25f; variable
45 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;
30 constexpr double SWIPER_TH = 0.25; variable412 double threshold = theme_ ? theme_->GetItemSwipeThreshold() : SWIPER_TH; in HandleDragEnd()
35 constexpr float SWIPER_TH = 0.25f; variable781 …d = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) ? NEW_SWIPER_TH : SWIPER_TH; in HandleDragEnd()