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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java148 /** @see android.inputmethodservice.InputMethodService#onStartInputView */
149 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnn
150 super.onStartInputView(attribute, restarting);
H A DOpenWnnEN.java299 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
300 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnnEN
301 super.onStartInputView(attribute, restarting);
H A DOpenWnnJAJP.java484 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
485 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:OpenWnnJAJP
488 super.onStartInputView(attribute, restarting);
499 super.onStartInputView(attribute, restarting);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java446 public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:LatinIME.UIHandler
448 // Typically this is the second onStartInputView after orientation changed.
452 // This is the first onStartInputView after orientation changed.
703 public void onStartInputView(EditorInfo attribute, boolean restarting) { method in class:LatinIME
704 mHandler.onStartInputView(attribute, restarting);
722 super.onStartInputView(attribute, restarting);
727 Log.d(TAG, "onStartInputView: attribute:" + ((attribute == null) ? "none"
793 voiceIme.onStartInputView(inputView.getWindowToken());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DVoiceProxy.java739 public void onStartInputView(IBinder keyboardViewToken) { method in class:VoiceProxy

Completed in 181 milliseconds