HomeSort by relevance Sort by last modified time
    Searched refs:max_distance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/gestures/
gesture_recognizer_impl.cc 147 const int max_distance = local
150 if (closest_distance_squared < max_distance * max_distance && closest_point)
gesture_sequence.cc 640 double max_distance = local
644 if (distance < max_distance * max_distance)
    [all...]

Completed in 46 milliseconds