Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java765 private boolean mSystemCallingHideSoftInput; field in InputMethodService.InputMethodImpl
923 mSystemCallingHideSoftInput = true; in hideSoftInputWithToken()
930 mSystemCallingHideSoftInput = false; in hideSoftInputWithToken()
950 && !mSystemCallingHideSoftInput) { in hideSoftInput()