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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 322 if (mKeyboardSwitcher.getInputView().isShown()) {
324 LatinIME.this, mKeyboardSwitcher.getInputView());
536 return mKeyboardSwitcher.getInputView();
552 LatinKeyboardView inputView = mKeyboardSwitcher.getInputView();
724 if (mKeyboardSwitcher.getInputView() != null) {
725 mKeyboardSwitcher.getInputView().closing();
806 if (mKeyboardSwitcher != null && mKeyboardSwitcher.getInputView() != null
807 && mKeyboardSwitcher.getInputView().isShown()) {
    [all...]
KeyboardSwitcher.java 446 public LatinKeyboardView getInputView() {
517 LatinKeyboardView keyboardView = getInputView();

Completed in 315 milliseconds