Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java514 private boolean mNotifyUserActionSent; field in InputMethodService
3253 mNotifyUserActionSent = false; in dispatchOnCurrentInputMethodSubtypeChanged()
3325 if (mNotifyUserActionSent) { in notifyUserActionIfNecessary()
3329 mNotifyUserActionSent = true; in notifyUserActionIfNecessary()