Searched refs:newKeyboard (Results 1 – 3 of 3) sorted by relevance
484 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_ON); in toggleShiftLock() local485 if (newKeyboard != null) { in toggleShiftLock()487 changeKeyboard(newKeyboard); in toggleShiftLock()492 Keyboard newKeyboard = getShiftChangeKeyboard(KEYBOARD_SHIFT_OFF); in toggleShiftLock() local493 if (newKeyboard != null) { in toggleShiftLock()495 changeKeyboard(newKeyboard); in toggleShiftLock()719 Keyboard newKeyboard = getKeyboardInputed(false); in onUpdateState() local720 if (mCurrentKeyboard != newKeyboard) { in onUpdateState()721 changeKeyboard(newKeyboard); in onUpdateState()728 Keyboard newKeyboard = getKeyboardInputed(true); in onUpdateState() local[all …]
153 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard() local154 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()
644 Keyboard newKeyboard = getShiftChangeKeyboard(shifted); in onKey() local645 if (newKeyboard != null) { in onKey()647 changeKeyboard(newKeyboard); in onKey()