Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java82 private LatinKeyboard mQwertyKeyboard; field in SoftKeyboard
126 if (mQwertyKeyboard != null) { in onInitializeInterface()
134 mQwertyKeyboard = new LatinKeyboard(displayContext, R.xml.qwerty); in onInitializeInterface()
149 setLatinKeyboard(mQwertyKeyboard); in onCreateInputView()
214 mCurKeyboard = mQwertyKeyboard; in onStartInput()
254 mCurKeyboard = mQwertyKeyboard; in onStartInput()
280 mCurKeyboard = mQwertyKeyboard; in onFinishInput()
485 && mInputView != null && mQwertyKeyboard == mInputView.getKeyboard()) { in updateShiftKeyState()
560 setLatinKeyboard(mQwertyKeyboard); in onKey()
633 if (mQwertyKeyboard == currentKeyboard) { in handleShift()