Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3683 final int imeClientFocus = mWindowManagerInternal.hasInputMethodClientFocus( in isImeClientFocused() local
3685 return imeClientFocus == WindowManagerInternal.ImeClientFocusResult.HAS_IME_FOCUS; in isImeClientFocused()
3780 final int imeClientFocus = mWindowManagerInternal.hasInputMethodClientFocus( in startInputOrWindowGainedFocus() local
3782 switch (imeClientFocus) { in startInputOrWindowGainedFocus()