Searched refs:showAuxSubtypes (Results 1 – 2 of 2) sorted by relevance
92 void showInputMethodMenu(boolean showAuxSubtypes, int displayId) { in showInputMethodMenu() argument93 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenu()104 showAuxSubtypes, isScreenLocked); in showInputMethodMenu()
4190 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()