Searched refs:correct_direction (Results 1 – 1 of 1) sorted by relevance
445 bool correct_direction = false; in CompleteGestureDrag() local449 correct_direction = gesture_drag_amount_ < 0; in CompleteGestureDrag()453 correct_direction = gesture_drag_amount_ > 0; in CompleteGestureDrag()456 should_change = correct_direction && drag_ratio > kDragHideThreshold; in CompleteGestureDrag()