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

  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.cc 101 const int max_distance = local
104 if (closest_distance_squared < max_distance * max_distance && closest_point)
gesture_sequence.cc 859 double max_distance = local
863 if (distance < max_distance * max_distance)
    [all...]

Completed in 1395 milliseconds