Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java126 private final ConcurrentHashMap<Locale, Keyboard> mKeyboardCache = new ConcurrentHashMap<>(); field in AndroidSpellCheckerService
307 mKeyboardCache.clear(); in onUnbind()
312 Keyboard keyboard = mKeyboardCache.get(locale); in getKeyboardForLocale()
316 mKeyboardCache.put(locale, keyboard); in getKeyboardForLocale()