Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java220 default void dispatchStartInputWithToken(@Nullable InputConnection inputConnection, in dispatchStartInputWithToken() method
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java575 public final void dispatchStartInputWithToken(@Nullable InputConnection inputConnection, in dispatchStartInputWithToken() method in InputMethodService.InputMethodImpl