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