Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java593 private boolean mSystemCallingShowSoftInput; field in InputMethodService.InputMethodImpl
786 mSystemCallingShowSoftInput = true; in showSoftInputWithToken()
790 mSystemCallingShowSoftInput = false; in showSoftInputWithToken()
802 && !mSystemCallingShowSoftInput) { in showSoftInput()