Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java177 private final Map<Key,View> mMiniKeyboardCache; field in KeyboardView
379 mMiniKeyboardCache = new HashMap<Key,View>(); in KeyboardView()
547 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views in setKeyboard()
1429 mMiniKeyboardCache.clear(); in closing()