Searched refs:onStartInputView (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinImeLogger.java77 public static void onStartInputView(EditorInfo editorInfo) { method in class:LatinImeLogger
H A DLatinIME.java349 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME.UIHandler
352 // Typically this is the second onStartInputView after orientation changed.
356 // This is the first onStartInputView after orientation changed.
648 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME
649 mHandler.onStartInputView(editorInfo, restarting);
676 super.onStartInputView(editorInfo, restarting);
682 Log.e(TAG, "Null EditorInfo in onStartInputView()");
684 throw new NullPointerException("Null EditorInfo in onStartInputView()");
689 Log.d(TAG, "onStartInputView: editorInfo:"
722 LatinImeLogger.onStartInputView(editorInf
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java229 /** @see android.inputmethodservice.InputMethodService#onStartInputView */
230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnn
231 super.onStartInputView(attribute, restarting);
H A DOpenWnnEN.java309 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnnEN
311 super.onStartInputView(attribute, restarting);
H A DOpenWnnJAJP.java534 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnnJAJP
539 super.onStartInputView(attribute, restarting);
550 super.onStartInputView(attribute, restarting);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java167 mLatinIME.onStartInputView(ei, false);

Completed in 63 milliseconds