kMaxFlingVelocity top-level constant

double const kMaxFlingVelocity

Drag gesture fling velocities are clipped to this value.

Implementation

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