Home | History | Annotate | Download | only in latin

Lines Matching refs:onStartInputView

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);
2619 // different order than in {@link #onStartInputView}?