Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java1855 performScale(mScale + A11Y_CHANGE_SCALE_DIFFERENCE); in performA11yAction()
1857 performScale(mScale - A11Y_CHANGE_SCALE_DIFFERENCE); in performA11yAction()
1890 private void performScale(float scale) { in performScale() method in WindowMagnificationController.MirrorWindowA11yDelegate