HomeSort by relevance Sort by last modified time
    Searched refs:oldKeyboard (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 229 final Keyboard oldKeyboard = mKeyboardView.getKeyboard();
238 final boolean localeChanged = (oldKeyboard == null)
239 || !keyboard.mId.mLocale.equals(oldKeyboard.mId.mLocale);
    [all...]
LatinKeyboardView.java 377 public void setSpacebarTextFadeFactor(float fadeFactor, LatinKeyboard oldKeyboard) {
381 if (keyboard instanceof LatinKeyboard && keyboard == oldKeyboard) {

Completed in 28 milliseconds