Searched refs:onStartInput (Results 1 – 2 of 2) sorted by relevance
138 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() method in CtsBaseInputMethod146 super.onStartInput(editorInfo, restarting); in onStartInput()
785 public void onStartInput(EditorInfo editorInfo, boolean restarting) { in onStartInput() method786 getTracer().onStartInput(editorInfo, restarting, in onStartInput()787 () -> super.onStartInput(editorInfo, restarting)); in onStartInput()1123 void onStartInput(EditorInfo editorInfo, boolean restarting, @NonNull Runnable runnable) {