Home
last modified time | relevance | path

Searched refs:A11Y_ACTION_SCALE_RANGE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java82 private static final Range<Float> A11Y_ACTION_SCALE_RANGE = new Range<>(2.0f, 8.0f); field in WindowMagnificationController
805 A11Y_ACTION_SCALE_RANGE.clamp(scale)); in performA11yAction()
809 A11Y_ACTION_SCALE_RANGE.clamp(scale)); in performA11yAction()