kStandardVerticalFocalPointShift constant

  1. @visibleForTesting
double const kStandardVerticalFocalPointShift

The vertical distance that the magnifier should be above the focal point.

kStandardVerticalFocalPointShift is an unmodifiable constant so that positioning of this Magnifier can be done with a guaranteed size, as opposed to an estimate.

Implementation

@visibleForTesting
static const double kStandardVerticalFocalPointShift = 22;