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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java139 /** @see android.inputmethodservice.InputMethodService#onStartInput */
140 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:OpenWnn
141 super.onStartInput(attribute, restarting);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java428 public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:LatinIME.UIHandler
430 // Typically this is the second onStartInput after orientation changed.
434 // This is the first onStartInput after orientation changed.
696 public void onStartInput(EditorInfo attribute, boolean restarting) { method in class:LatinIME
697 mHandler.onStartInput(attribute, restarting);
716 super.onStartInput(attribute, restarting);

Completed in 105 milliseconds