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.java68 private LatinKeyboardView mInputView; field in SoftKeyboard
146 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()
148 mInputView.setOnKeyboardActionListener(this); in onCreateInputView()
150 return mInputView; in onCreateInputView()
157 mInputView.setKeyboard(nextKeyboard); in setLatinKeyboard()
281 if (mInputView != null) { in onFinishInput()
282 mInputView.closing(); in onFinishInput()
290 mInputView.closing(); in onStartInputView()
292 mInputView.setSubtypeOnSpaceKey(subtype); in onStartInputView()
297 mInputView.setSubtypeOnSpaceKey(subtype); in onCurrentInputMethodSubtypeChanged()
[all …]