Searched refs:showAuxSubtypes (Results 1 – 2 of 2) sorted by relevance
76 void showInputMethodMenuLocked(boolean showAuxSubtypes, int displayId, in showInputMethodMenuLocked() argument79 if (DEBUG) Slog.v(TAG, "Show switching menu. showAuxSubtypes=" + showAuxSubtypes); in showInputMethodMenuLocked()
4898 final boolean showAuxSubtypes; in handleMessage()4906 showAuxSubtypes = isInputShownLocked(); in handleMessage()4910 showAuxSubtypes = true; in handleMessage()4913 showAuxSubtypes = false; in handleMessage()4930 showAuxSubtypes, isScreenLocked, true /* forImeMenu */, in handleMessage()4934 + " showAuxSubtypes: " + showAuxSubtypes in handleMessage()4940 mMenuController.showInputMethodMenuLocked(showAuxSubtypes, displayId, in handleMessage()