Searched refs:A11Y_ACTION_SCALE_RANGE (Results 1 – 2 of 2) sorted by relevance
43 private static final Range<Float> A11Y_ACTION_SCALE_RANGE = new Range<>(1.0f, 8.0f); field in MagnificationSettingsController221 A11Y_ACTION_SCALE_RANGE.clamp(scale), updatePersistence);
110 private static final Range<Float> A11Y_ACTION_SCALE_RANGE = new Range<>( field in WindowMagnificationController1891 scale = A11Y_ACTION_SCALE_RANGE.clamp(scale); in performScale()