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/
DRecentsAnimationController.java273 final InputMethodManagerInternal inputMethodManagerInternal =
275 if (inputMethodManagerInternal != null) {
276 inputMethodManagerInternal.hideCurrentInputMethod();
DDockedStackDividerController.java515 InputMethodManagerInternal inputMethodManagerInternal = in notifyDockedStackExistsChanged() local
517 if (inputMethodManagerInternal != null) { in notifyDockedStackExistsChanged()
521 inputMethodManagerInternal.hideCurrentInputMethod(); in notifyDockedStackExistsChanged()