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.java59 private LatinKeyboardView mInputView; field in SoftKeyboard
114 mInputView = (LatinKeyboardView) getLayoutInflater().inflate( in onCreateInputView()
116 mInputView.setOnKeyboardActionListener(this); in onCreateInputView()
117 mInputView.setKeyboard(mQwertyKeyboard); in onCreateInputView()
118 return mInputView; in onCreateInputView()
242 if (mInputView != null) { in onFinishInput()
243 mInputView.closing(); in onFinishInput()
250 mInputView.setKeyboard(mCurKeyboard); in onStartInputView()
251 mInputView.closing(); in onStartInputView()
253 mInputView.setSubtypeOnSpaceKey(subtype); in onStartInputView()
[all …]