Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationController.java774 final int currentActivateMode; in logMagnificationModeWithImeOnIfNeeded() local
777 currentActivateMode = mCurrentMagnificationModeArray.get(displayId, in logMagnificationModeWithImeOnIfNeeded()
780 || currentActivateMode == ACCESSIBILITY_MAGNIFICATION_MODE_NONE) { in logMagnificationModeWithImeOnIfNeeded()
784 logMagnificationModeWithIme(currentActivateMode); in logMagnificationModeWithImeOnIfNeeded()