Home
last modified time | relevance | path

Searched defs:dispatchStartInput (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java225 default void dispatchStartInput(@Nullable InputConnection inputConnection, in dispatchStartInput() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java854 public final void dispatchStartInput(@Nullable InputConnection inputConnection, in dispatchStartInput() method in InputMethodService.InputMethodImpl