kMinFlingVelocity top-level constant

double const kMinFlingVelocity

The minimum velocity for a touch to consider that touch to trigger a fling gesture.

Implementation

// TODO(ianh): Make sure nobody has their own version of this.
const double kMinFlingVelocity = 50.0;