Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java62 private LatinKeyboardView mInputView; field in SoftKeyboard
117 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()
119 mInputView.setOnKeyboardActionListener(this); in onCreateInputView()
121 return mInputView; in onCreateInputView()
128 mInputView.setKeyboard(nextKeyboard); in setLatinKeyboard()
252 if (mInputView != null) { in onFinishInput()
253 mInputView.closing(); in onFinishInput()
261 mInputView.closing(); in onStartInputView()
263 mInputView.setSubtypeOnSpaceKey(subtype); in onStartInputView()
268 mInputView.setSubtypeOnSpaceKey(subtype); in onCurrentInputMethodSubtypeChanged()
[all …]