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

/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/personalization/
H A DContextualDictionaryUpdater.java32 public void onStartInputView(final String packageName) { method in class:ContextualDictionaryUpdater
/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.java204 mLatinIME.onStartInputView(ei, false);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java434 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME.UIHandler
437 // Typically this is the second onStartInputView after orientation changed.
441 // This is the first onStartInputView after orientation changed.
796 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) { method in class:LatinIME
797 mHandler.onStartInputView(editorInfo, restarting);
826 super.onStartInputView(editorInfo, restarting);
836 Log.e(TAG, "Null EditorInfo in onStartInputView()");
838 throw new NullPointerException("Null EditorInfo in onStartInputView()");
843 Log.d(TAG, "onStartInputView: editorInfo:"
984 mContextualDictionaryUpdater.onStartInputView(editorInf
[all...]

Completed in 198 milliseconds