Home
last modified time | relevance | path

Searched refs:mInputView (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java95 private LatinKeyboardView mInputView; field in LatinIME
157 if (mInputView.isShown()) {
158 mTutorial = new Tutorial(LatinIME.this, mInputView);
228 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()
230 mKeyboardSwitcher.setInputView(mInputView); in onCreateInputView()
232 mInputView.setOnKeyboardActionListener(this); in onCreateInputView()
234 return mInputView; in onCreateInputView()
252 if (mInputView == null) { in onStartInputView()
334 mInputView.closing(); in onStartInputView()
348 mInputView.setProximityCorrectionEnabled(true); in onStartInputView()
[all …]
DKeyboardSwitcher.java44 LatinKeyboardView mInputView; field in KeyboardSwitcher
70 mInputView = inputView; in setInputView()
129 mInputView.setPreviewEnabled(true); in setKeyboardMode()
134 mInputView.setPhoneKeyboard(keyboard); in setKeyboardMode()
135 mInputView.setPreviewEnabled(false); in setKeyboardMode()
139 mInputView.setKeyboard(keyboard); in setKeyboardMode()
225 mInputView.setKeyboard(symbolsShiftedKeyboard); in toggleShift()
233 mInputView.setKeyboard(getKeyboard(mSymbolsId)); in toggleShift()
DTutorial.java44 private View mInputView; field in Tutorial
196 mInputView = inputView; in Tutorial()
200 mInputView.getLocationInWindow(mLocation); in start()
202 mInputView.setOnTouchListener(this); in start()
219 mInputView.setOnTouchListener(null); in next()
236 mInputView.setOnTouchListener(null); in hide()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java61 private View mInputView; field in TutorialEN
176 mInputView.setOnTouchListener(null); in show()
207 mInputView = inputView; in TutorialEN()
254 mInputView.getLocationInWindow(mLocation); in start()
256 mInputView.setOnTouchListener(this); in start()
286 mInputView.setOnTouchListener(null); in hide()
299 mInputView.setOnTouchListener(null); in onTouch()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java62 private View mInputView; field in TutorialJAJP
179 mInputView.setOnTouchListener(null); in show()
211 mInputView = inputView; in TutorialJAJP()
326 mInputView.getLocationInWindow(mLocation); in start()
328 mInputView.setOnTouchListener(this); in start()
368 mInputView.setOnTouchListener(null); in hide()
381 mInputView.setOnTouchListener(null); in onTouch()