Searched refs:onStartInput (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java220 /** @see android.inputmethodservice.InputMethodService#onStartInput */
221 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:OpenWnn
222 super.onStartInput(attribute, restarting);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java427 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME.UIHandler
429 // Typically this is the second onStartInput after orientation changed.
433 // This is the first onStartInput after orientation changed.
778 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME
779 mHandler.onStartInput(editorInfo, restarting);
806 super.onStartInput(editorInfo, restarting);

Completed in 175 milliseconds