Searched refs:reachLeftSpeed (Results 1 – 2 of 2) sorted by relevance
415 bool reachLeftSpeed = -info.GetMainVelocity() > speedThreshold; in HandleDragEnd() local421 (curOffset_ < width * (1 - threshold) || reachLeftSpeed)) { in HandleDragEnd()429 …peIndex == ListItemSwipeIndex::ITEM_CHILD && (width * threshold < -curOffset_ || reachLeftSpeed)) { in HandleDragEnd()
784 bool reachLeftSpeed = -velocity > SWIPER_SPEED_TH; in HandleDragEnd() local809 if (swiperIndex_ == ListItemSwipeIndex::ITEM_CHILD && reachLeftSpeed) { in HandleDragEnd()824 (1 - threshold) || (reachLeftSpeed && curOffset_ < width))) { in HandleDragEnd()845 (width * threshold < -curOffset_ || reachLeftSpeed)) { in HandleDragEnd()