Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java113 private static final float A11Y_CHANGE_SCALE_DIFFERENCE = 1.0f; field in WindowMagnificationController
1855 performScale(mScale + A11Y_CHANGE_SCALE_DIFFERENCE); in performA11yAction()
1857 performScale(mScale - A11Y_CHANGE_SCALE_DIFFERENCE); in performA11yAction()