Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationController.java763 final int currentActivateMode; in logMagnificationModeWithImeOnIfNeeded() local
766 currentActivateMode = mCurrentMagnificationModeArray.get(displayId, in logMagnificationModeWithImeOnIfNeeded()
769 || currentActivateMode == ACCESSIBILITY_MAGNIFICATION_MODE_NONE) { in logMagnificationModeWithImeOnIfNeeded()
773 logMagnificationModeWithIme(currentActivateMode); in logMagnificationModeWithImeOnIfNeeded()