Home
last modified time | relevance | path

Searched refs:onStartInputView (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java162 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() method in CtsBaseInputMethod
170 super.onStartInputView(editorInfo, restarting); in onStartInputView()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java765 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() method
766 getTracer().onStartInputView(editorInfo, restarting, in onStartInputView()
767 () -> super.onStartInputView(editorInfo, restarting)); in onStartInputView()
1104 void onStartInputView(EditorInfo editorInfo, boolean restarting,