kMinScrollableExtent constant

double const kMinScrollableExtent

Scrollable extent below which the content is treated as non-scrollable.

Above kMinimizeThreshold on purpose — otherwise a page with 25 px of scroll could minimize and immediately hit the end, shrinking the bar to reveal nothing.

Implementation

static const double kMinScrollableExtent = 40.0;