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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerService.java75 private final ConcurrentHashMap<Locale, Keyboard> mKeyboardCache = new ConcurrentHashMap<>(); field in class:AndroidSpellCheckerService
210 mKeyboardCache.clear();
215 Keyboard keyboard = mKeyboardCache.get(locale);
219 mKeyboardCache.put(locale, keyboard);

Completed in 42 milliseconds