Searched refs:getCurrentInputMethodSubtype (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl68 InputMethodSubtype getCurrentInputMethodSubtype();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java54 public InputMethodSubtype getCurrentInputMethodSubtype() throws RemoteException { method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1607 public InputMethodSubtype getCurrentInputMethodSubtype() { method in class:InputMethodManager
1610 return mService.getCurrentInputMethodSubtype();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java364 getCurrentInputMethodInfo(), mImm.getCurrentInputMethodSubtype());
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1447 // getCurrentInputMethodSubtype.
1448 newSubtype = getCurrentInputMethodSubtype();
2346 final InputMethodSubtype currentSubtype = getCurrentInputMethodSubtype();
2667 mCurrentSubtype = getCurrentInputMethodSubtype();
2947 public InputMethodSubtype getCurrentInputMethodSubtype() { method in class:InputMethodManagerService
H A DTextServicesManagerService.java235 imm.getCurrentInputMethodSubtype();

Completed in 75 milliseconds