Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java92 void showInputMethodMenu(boolean showAuxSubtypes, int displayId) { in showInputMethodMenu() argument
93 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenu()
104 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()
DInputMethodManagerService.java4190 final boolean showAuxSubtypes; in handleMessage()
4197 showAuxSubtypes = mInputShown; in handleMessage()
4200 showAuxSubtypes = true; in handleMessage()
4203 showAuxSubtypes = false; in handleMessage()
4209 mMenuController.showInputMethodMenu(showAuxSubtypes, displayId); in handleMessage()