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.java421 InputMethodManagerInternal inputMethodManagerInternal = in notifyDockedStackExistsChanged() local
423 if (inputMethodManagerInternal != null) { in notifyDockedStackExistsChanged()
427 inputMethodManagerInternal.hideCurrentInputMethod(); in notifyDockedStackExistsChanged()
DWindowManagerService.java3274 final InputMethodManagerInternal inputMethodManagerInternal = in switchInputMethod() local
3276 if (inputMethodManagerInternal != null) { in switchInputMethod()
3277 inputMethodManagerInternal.switchInputMethod(forwardDirection); in switchInputMethod()