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