Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DKeyboardSwitcher.java221 LatinKeyboard symbolsKeyboard = getKeyboard(mSymbolsId); in toggleShift() local
223 symbolsKeyboard.setShifted(true); in toggleShift()
229 LatinKeyboard symbolsKeyboard = getKeyboard(mSymbolsId); in toggleShift() local
234 symbolsKeyboard.setShifted(false); in toggleShift()
235 symbolsKeyboard.setImeOptions(mContext.getResources(), mMode, mImeOptions); in toggleShift()