Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java87 private static final HashMap<KeyboardId, SoftReference<Keyboard>> sKeyboardCache = field in KeyboardLayoutSet
147 sKeyboardCache.clear(); in clearKeyboardCache()
213 final SoftReference<Keyboard> ref = sKeyboardCache.get(id); in getKeyboard()
217 Log.d(TAG, "keyboard cache size=" + sKeyboardCache.size() + ": HIT id=" + id); in getKeyboard()
233 sKeyboardCache.put(id, new SoftReference<>(keyboard)); in getKeyboard()
247 Log.d(TAG, "keyboard cache size=" + sKeyboardCache.size() + ": " in getKeyboard()