Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java80 void showInputMethodMenu(boolean showAuxSubtypes, int displayId) { in showInputMethodMenu() argument
81 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenu()
92 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()
H A DInputMethodManagerService.java4988 final boolean showAuxSubtypes; in handleMessage()
4996 showAuxSubtypes = isInputShown(); in handleMessage()
5000 showAuxSubtypes = true; in handleMessage()
5003 showAuxSubtypes = false; in handleMessage()
5009 mMenuController.showInputMethodMenu(showAuxSubtypes, displayId); in handleMessage()