Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java157 final Keyboard newKeyboard = mKeyboardLayoutSet.getKeyboard(keyboardId); in setKeyboard() local
158 keyboardView.setKeyboard(newKeyboard); in setKeyboard()
159 mCurrentInputView.setKeyboardTopPadding(newKeyboard.mTopPadding); in setKeyboard()
173 || !newKeyboard.mId.mSubtype.equals(oldKeyboard.mId.mSubtype); in setKeyboard()
175 .getLanguageOnSpacebarFormatType(newKeyboard.mId.mSubtype); in setKeyboard()