Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java133 mDialogBuilder.setOnCancelListener(dialog -> hideInputMethodMenu()); in showInputMethodMenu()
163 hideInputMethodMenu(); in showInputMethodMenu()
226 void hideInputMethodMenu() { in hideInputMethodMenu() method in InputMethodMenuController
H A DInputMethodManagerService.java1268 mMenuController.hideInputMethodMenu(); in onReceive()