Searched refs:getCurrentInputMethodSubtype (Results 1 – 11 of 11) sorted by relevance
141 InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId); in getCurrentInputMethodSubtype() method348 public InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId) { in getCurrentInputMethodSubtype() method in IInputMethodManagerImpl349 return mCallback.getCurrentInputMethodSubtype(userId); in getCurrentInputMethodSubtype()
300 public InputMethodSubtype getCurrentInputMethodSubtype(int userId) { in getCurrentInputMethodSubtype() method in ZeroJankProxy301 return mInner.getCurrentInputMethodSubtype(userId); in getCurrentInputMethodSubtype()
308 static InputMethodSubtype getCurrentInputMethodSubtype( in getCurrentInputMethodSubtype() method in SubtypeUtils
5517 public InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId) { in getCurrentInputMethodSubtype() method5564 final var subtype = SubtypeUtils.getCurrentInputMethodSubtype(imi, settings, in getCurrentInputMethodSubtypeLocked()
140 @nullable InputMethodSubtype getCurrentInputMethodSubtype(int userId); in getCurrentInputMethodSubtype() method
470 static InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId) { in getCurrentInputMethodSubtype() method in IInputMethodManagerGlobalInvoker476 return service.getCurrentInputMethodSubtype(userId); in getCurrentInputMethodSubtype()
4416 public InputMethodSubtype getCurrentInputMethodSubtype() { in getCurrentInputMethodSubtype() method in InputMethodManager4417 return IInputMethodManagerGlobalInvoker.getCurrentInputMethodSubtype(UserHandle.myUserId()); in getCurrentInputMethodSubtype()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
85094 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->getCurrentInputMethodSubtype()Landroid/…85163 Lcom/android/internal/view/IInputMethodManager;->getCurrentInputMethodSubtype()Landroid/view/inputm…
35773 method public android.view.inputmethod.InputMethodSubtype getCurrentInputMethodSubtype();
56363 …method @Nullable public android.view.inputmethod.InputMethodSubtype getCurrentInputMethodSubtype();