Searched refs:mQwertyKeyboard (Results 1 – 1 of 1) sorted by relevance
82 private LatinKeyboard mQwertyKeyboard; field in SoftKeyboard137 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()