Home | History | Annotate | Download | only in tabs

Lines Matching refs:y_offset

651   int y_offset = abs(screen_point.y() - start_screen_point_.y());
653 pow(static_cast<float>(y_offset), 2)) > kMinimumDragDistance;