Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java230 final InputMethodManagerInternal inputMethodManagerInternal =
232 if (inputMethodManagerInternal != null) {
233 inputMethodManagerInternal.hideCurrentInputMethod();
DDockedStackDividerController.java484 InputMethodManagerInternal inputMethodManagerInternal = in notifyDockedStackExistsChanged() local
486 if (inputMethodManagerInternal != null) { in notifyDockedStackExistsChanged()
490 inputMethodManagerInternal.hideCurrentInputMethod(); in notifyDockedStackExistsChanged()
DWindowManagerService.java3264 final InputMethodManagerInternal inputMethodManagerInternal = in switchInputMethod() local
3266 if (inputMethodManagerInternal != null) { in switchInputMethod()
3267 inputMethodManagerInternal.switchInputMethod(forwardDirection); in switchInputMethod()