Searched refs:SWIPER_SPEED_TH (Results 1 – 4 of 4) sorted by relevance
46 constexpr float SWIPER_SPEED_TH = 1500.f; variable94 void DragSwiperItem(int32_t index, float mainDelta, float mainVelocity = SWIPER_SPEED_TH);97 void HandleDragEnd(int32_t index, float mainVelocity = SWIPER_SPEED_TH);
281 const float fastSpeed = SWIPER_SPEED_TH + 1;342 const float fastSpeed = SWIPER_SPEED_TH + 1;
31 constexpr double SWIPER_SPEED_TH = 1200; variable413 double speedThreshold = theme_ ? theme_->GetItemSwipeSpeedThreshold() : SWIPER_SPEED_TH; in HandleDragEnd()
37 constexpr float SWIPER_SPEED_TH = 1500.f; variable783 bool reachRightSpeed = velocity > SWIPER_SPEED_TH; in HandleDragEnd()784 bool reachLeftSpeed = -velocity > SWIPER_SPEED_TH; in HandleDragEnd()