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.java4144 final boolean showAuxSubtypes; in handleMessage()
4151 showAuxSubtypes = mInputShown; in handleMessage()
4154 showAuxSubtypes = true; in handleMessage()
4157 showAuxSubtypes = false; in handleMessage()
4163 showInputMethodMenu(showAuxSubtypes, displayId); in handleMessage()
4656 private void showInputMethodMenu(boolean showAuxSubtypes, int displayId) { in showInputMethodMenu() argument
4657 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenu()
4668 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()