Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java517 private boolean mSystemCallingHideSoftInput; field in InputMethodService.InputMethodImpl
661 mSystemCallingHideSoftInput = true; in hideSoftInputWithToken()
665 mSystemCallingHideSoftInput = false; in hideSoftInputWithToken()
676 && !mSystemCallingHideSoftInput) { in hideSoftInput()