Searched refs:showInputMethodPickerFromSystem (Results 1 – 6 of 6) sorted by relevance
62 void showInputMethodPickerFromSystem(in IInputMethodClient client, int auxiliarySubtypeMode, in showInputMethodPickerFromSystem() method
206 mImm.showInputMethodPickerFromSystem(false /* showAuxiliarySubtypes */, in onFinishInflate()
2669 public void showInputMethodPickerFromSystem(boolean showAuxiliarySubtypes, int displayId) { in showInputMethodPickerFromSystem() method in InputMethodManager2674 mService.showInputMethodPickerFromSystem(mClient, mode, displayId); in showInputMethodPickerFromSystem()
206 mContext.getSystemService(InputMethodManager.class).showInputMethodPickerFromSystem(
1663 public void showInputMethodPickerFromSystem( in showInputMethodPickerFromSystem() method in MultiClientInputMethodManagerService.ApiCallbacks
3209 public void showInputMethodPickerFromSystem(IInputMethodClient client, int auxiliarySubtypeMode, in showInputMethodPickerFromSystem() method in InputMethodManagerService