Searched refs:reachRightSpeed (Results 1 – 2 of 2) sorted by relevance
414 bool reachRightSpeed = info.GetMainVelocity() > speedThreshold; in HandleDragEnd() local418 …peIndex == ListItemSwipeIndex::ITEM_CHILD && (curOffset_ > width * threshold || reachRightSpeed)) { in HandleDragEnd()432 (-curOffset_ < width * (1 - threshold) || reachRightSpeed)) { in HandleDragEnd()
783 bool reachRightSpeed = velocity > SWIPER_SPEED_TH; in HandleDragEnd() local821 (curOffset_ > width * threshold || reachRightSpeed)) { in HandleDragEnd()833 if (swiperIndex_ == ListItemSwipeIndex::ITEM_CHILD && reachRightSpeed) { in HandleDragEnd()848 (1 - threshold) || (reachRightSpeed && -curOffset_ < width))) { in HandleDragEnd()