Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java484 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_ON); in toggleShiftLock() local
485 if (newKeyboard != null) { in toggleShiftLock()
487 changeKeyboard(newKeyboard); in toggleShiftLock()
492 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_OFF); in toggleShiftLock() local
493 if (newKeyboard != null) { in toggleShiftLock()
495 changeKeyboard(newKeyboard); in toggleShiftLock()
719 Keyboard newKeyboard = getKeyboardInputed(false); in onUpdateState() local
720 if (mCurrentKeyboard != newKeyboard) { in onUpdateState()
721 changeKeyboard(newKeyboard); in onUpdateState()
728 Keyboard newKeyboard = getKeyboardInputed(true); in onUpdateState() local
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java153 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard() local
154 keyboardView.setKeyboard(newKeyboard); in setKeyboard()
155 mCurrentInputView.setKeyboardTopPadding(newKeyboard.mTopPadding); in setKeyboard()
169 || !newKeyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype); in setKeyboard()
171 .getLanguageOnSpacebarFormatType(newKeyboard.mId.mSubtype); in setKeyboard()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java644 Keyboard newKeyboard = getShiftChangeKeyboard(shifted); in onKey() local
645 if (newKeyboard != null) { in onKey()
647 changeKeyboard(newKeyboard); in onKey()