HomeSort by relevance Sort by last modified time
    Searched refs:onStartInput (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java 87 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
89 Log.d(mLogTag, "onStartInput:"
95 super.onStartInput(editorInfo, restarting);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 147 @Override public void onStartInput(EditorInfo attribute, boolean restarting) {
148 super.onStartInput(attribute, restarting);
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 499 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
500 getTracer().onStartInput(editorInfo, restarting,
501 () -> super.onStartInput(editorInfo, restarting));
716 public void onStartInput(EditorInfo editorInfo, boolean restarting,
721 recordEventInternal("onStartInput", runnable, arguments);
    [all...]
  /development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
ClientCallbackImpl.java 177 window.onStartInput(mClientId, targetWindowHandle, inputConnection);
SoftInputWindow.java 123 void onStartInput(int clientId, int targetWindowHandle, InputConnection inputConnection) {
125 Log.v(TAG, "onStartInput clientId=" + clientId

Completed in 805 milliseconds