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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DistracterFilterCheckingExactMatchesAndSuggestions.java 114 final Keyboard cachedKeyboard = mLocaleToKeyboardMap.get(newLocale);
115 if (cachedKeyboard != null) {
116 mKeyboard = cachedKeyboard;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 182 final Keyboard cachedKeyboard = (ref == null) ? null : ref.get();
183 if (cachedKeyboard != null) {
187 return cachedKeyboard;

Completed in 461 milliseconds