Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DKeyboardSwitcher.java222 LatinKeyboard symbolsShiftedKeyboard = getKeyboard(mSymbolsShiftedId); in toggleShift() local
225 mInputView.setKeyboard(symbolsShiftedKeyboard); in toggleShift()
226 symbolsShiftedKeyboard.setShifted(true); in toggleShift()
227 symbolsShiftedKeyboard.setImeOptions(mContext.getResources(), mMode, mImeOptions); in toggleShift()
230 LatinKeyboard symbolsShiftedKeyboard = getKeyboard(mSymbolsShiftedId); in toggleShift() local
231 symbolsShiftedKeyboard.setShifted(false); in toggleShift()