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.java75 private final ConcurrentHashMap<Locale, Keyboard> mKeyboardCache = new ConcurrentHashMap<>(); field in AndroidSpellCheckerService
210 mKeyboardCache.clear(); in onUnbind()
215 Keyboard keyboard = mKeyboardCache.get(locale); in getKeyboardForLocale()
219 mKeyboardCache.put(locale, keyboard); in getKeyboardForLocale()