Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java1859 private boolean mIsSoftKeyboardCallbackEnabled = false; field in AbstractAccessibilityServiceConnection.InvocationHandler
1948 if (!mIsSoftKeyboardCallbackEnabled) { in notifySoftKeyboardShowModeChangedLocked()
1957 mIsSoftKeyboardCallbackEnabled = enabled; in setSoftKeyboardCallbackEnabled()