Home
last modified time | relevance | path

Searched refs:auxiliarySubtypeMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java133 void showInputMethodPickerFromClient(IInputMethodClient client, int auxiliarySubtypeMode); in showInputMethodPickerFromClient() argument
136 void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); in showInputMethodPickerFromSystem() argument
326 int auxiliarySubtypeMode) { in showInputMethodPickerFromClient() argument
327 mCallback.showInputMethodPickerFromClient(client, auxiliarySubtypeMode); in showInputMethodPickerFromClient()
332 public void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId) { in showInputMethodPickerFromSystem() argument
335 mCallback.showInputMethodPickerFromSystem(auxiliarySubtypeMode, displayId); in showInputMethodPickerFromSystem()
DZeroJankProxy.java283 int auxiliarySubtypeMode) { in showInputMethodPickerFromClient() argument
284 offload(() -> mInner.showInputMethodPickerFromClient(client, auxiliarySubtypeMode)); in showInputMethodPickerFromClient()
289 public void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId) { in showInputMethodPickerFromSystem() argument
290 mInner.showInputMethodPickerFromSystem(auxiliarySubtypeMode, displayId); in showInputMethodPickerFromSystem()
DInputMethodManagerService.java4021 int auxiliarySubtypeMode) { in showInputMethodPickerFromClient() argument
4033 mHandler.obtainMessage(MSG_SHOW_IM_SUBTYPE_PICKER, auxiliarySubtypeMode, displayId) in showInputMethodPickerFromClient()
4040 public void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId) { in showInputMethodPickerFromSystem() argument
4043 mHandler.obtainMessage(MSG_SHOW_IM_SUBTYPE_PICKER, auxiliarySubtypeMode, displayId) in showInputMethodPickerFromSystem()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl126 int auxiliarySubtypeMode); in showInputMethodPickerFromClient() argument
131 void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId); in showInputMethodPickerFromSystem() argument
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java427 int auxiliarySubtypeMode) { in showInputMethodPickerFromClient() argument
433 service.showInputMethodPickerFromClient(client, auxiliarySubtypeMode); in showInputMethodPickerFromClient()
441 static void showInputMethodPickerFromSystem(int auxiliarySubtypeMode, int displayId) { in showInputMethodPickerFromSystem() argument
447 service.showInputMethodPickerFromSystem(auxiliarySubtypeMode, displayId); in showInputMethodPickerFromSystem()