Searched refs:mInputView (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DKeyboardSwitcher.java85 private LatinKeyboardView mInputView; field in class:KeyboardSwitcher
273 if (mInputView == null) return;
282 mInputView.setPreviewEnabled(mInputMethodService.getPopupOn());
288 mInputView.setPhoneKeyboard(keyboard);
292 mInputView.setKeyboard(keyboard);
389 if (mInputView != null) {
390 mInputView.setShifted(shifted);
395 if (mInputView != null) {
396 mInputView.setShiftLocked(shiftLocked);
406 mInputView
[all...]
H A DTutorial.java40 private View mInputView; field in class:Tutorial
189 mInputView = inputView;
193 mInputView.getLocationInWindow(mLocation);
195 mInputView.setOnTouchListener(this);
212 mInputView.setOnTouchListener(null);
229 mInputView.setOnTouchListener(null);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java61 private View mInputView; field in class:TutorialEN
176 mInputView.setOnTouchListener(null);
207 mInputView = inputView;
254 mInputView.getLocationInWindow(mLocation);
256 mInputView.setOnTouchListener(this);
286 mInputView.setOnTouchListener(null);
299 mInputView.setOnTouchListener(null);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java62 private View mInputView; field in class:TutorialJAJP
179 mInputView.setOnTouchListener(null);
211 mInputView = inputView;
326 mInputView.getLocationInWindow(mLocation);
328 mInputView.setOnTouchListener(this);
368 mInputView.setOnTouchListener(null);
381 mInputView.setOnTouchListener(null);

Completed in 47 milliseconds