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
137 if (mQwertyKeyboard != null) { in onInitializeInterface()
145 mQwertyKeyboard = new LatinKeyboard(displayContext, R.xml.qwerty); in onInitializeInterface()
160 setLatinKeyboard(mQwertyKeyboard); in onCreateInputView()
225 mCurKeyboard = mQwertyKeyboard; in onStartInput()
265 mCurKeyboard = mQwertyKeyboard; in onStartInput()
291 mCurKeyboard = mQwertyKeyboard; in onFinishInput()
496 && mInputView != null && mQwertyKeyboard == mInputView.getKeyboard()) { in updateShiftKeyState()
571 setLatinKeyboard(mQwertyKeyboard); in onKey()
644 if (mQwertyKeyboard == currentKeyboard) { in handleShift()