Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java2206 private boolean mIsSoftKeyboardCallbackEnabled = false; field in AbstractAccessibilityServiceConnection.InvocationHandler
2315 if (!mIsSoftKeyboardCallbackEnabled) { in notifySoftKeyboardShowModeChangedLocked()
2324 mIsSoftKeyboardCallbackEnabled = enabled; in setSoftKeyboardCallbackEnabled()