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.java111 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() method in CtsBaseInputMethod
119 super.onStartInputView(editorInfo, restarting); in onStartInputView()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java505 public void onStartInputView(EditorInfo editorInfo, boolean restarting) { in onStartInputView() method in MockIme
506 getTracer().onStartInputView(editorInfo, restarting, in onStartInputView()
507 () -> super.onStartInputView(editorInfo, restarting)); in onStartInputView()
724 public void onStartInputView(EditorInfo editorInfo, boolean restarting,