Searched refs:sKeyboardCache (Results 1 – 1 of 1) sorted by relevance
87 private static final HashMap<KeyboardId, SoftReference<Keyboard>> sKeyboardCache = field in KeyboardLayoutSet147 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()