Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3677 final boolean showAuxSubtypes; in handleMessage()
3684 showAuxSubtypes = mInputShown; in handleMessage()
3687 showAuxSubtypes = true; in handleMessage()
3690 showAuxSubtypes = false; in handleMessage()
3696 showInputMethodMenu(showAuxSubtypes, displayId); in handleMessage()
4095 private void showInputMethodMenu(boolean showAuxSubtypes, int displayId) { in showInputMethodMenu() argument
4096 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenu()
4107 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()