Searched refs:mMoreKeysKeyboardCache (Results 1 – 1 of 1) sorted by relevance
156 private final WeakHashMap<Key, Keyboard> mMoreKeysKeyboardCache = new WeakHashMap<>(); field in MainKeyboardView397 mMoreKeysKeyboardCache.clear(); in setKeyboard()602 Keyboard moreKeysKeyboard = mMoreKeysKeyboardCache.get(key); in showMoreKeysKeyboard()617 mMoreKeysKeyboardCache.put(key, moreKeysKeyboard); in showMoreKeysKeyboard()738 mMoreKeysKeyboardCache.clear(); in closing()