Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java382 InputMethodManagerInternal inputMethodManagerInternal = in notifyDockedStackExistsChanged() local
384 if (inputMethodManagerInternal != null) { in notifyDockedStackExistsChanged()
388 inputMethodManagerInternal.hideCurrentInputMethod(); in notifyDockedStackExistsChanged()
DWindowManagerService.java5640 final InputMethodManagerInternal inputMethodManagerInternal = in switchInputMethod() local
5642 if (inputMethodManagerInternal != null) { in switchInputMethod()
5643 inputMethodManagerInternal.switchInputMethod(forwardDirection); in switchInputMethod()