Home | History | Annotate | Download | only in latin

Lines Matching refs:inputView

642         LatinKeyboardView inputView = switcher.getKeyboardView();
685 if (inputView == null) {
705 inputView.closing();
729 inputView.setKeyPreviewPopupEnabled(mSettingsValues.mKeyPreviewPopupOn,
731 inputView.setProximityCorrectionEnabled(true);
743 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
744 if (inputView != null) inputView.closing();
752 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
753 if (inputView != null) inputView.closing();
759 KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
760 if (inputView != null) inputView.cancelAllMessages();
969 final KeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
970 if (inputView == null || mSuggestionsContainer == null)
989 final int touchWidth = inputView.getWidth();
990 final int touchHeight = inputView.getHeight() + extraHeight
1700 LatinKeyboardView inputView = mKeyboardSwitcher.getKeyboardView();
1701 if (inputView != null)
1702 inputView.closing();