HomeSort by relevance Sort by last modified time
    Searched refs:onStartInputView (Results 1 - 14 of 14) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 77 public static void onStartInputView(EditorInfo editorInfo) {
LatinIME.java 349 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) {
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) {
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(editorInfo)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 229 /** @see android.inputmethodservice.InputMethodService#onStartInputView */
230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
231 super.onStartInputView(attribute, restarting);
OpenWnnEN.java 309 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
311 super.onStartInputView(attribute, restarting);
    [all...]
OpenWnnJAJP.java 534 /** @see jp.co.omronsoft.openwnn.OpenWnn#onStartInputView */
535 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
539 super.onStartInputView(attribute, restarting);
550 super.onStartInputView(attribute, restarting);
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 247 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
248 super.onStartInputView(attribute, restarting);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 167 mLatinIME.onStartInputView(ei, false);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 87 * <li> {@link #onStartInputView(EditorInfo, boolean)} to deal with input
745 * {@link #onCreateInputView} and {@link #onStartInputView} and related
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 285 milliseconds