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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java160 private Map<Key,View> mMiniKeyboardCache; field in class:KeyboardView
351 mMiniKeyboardCache = new HashMap<Key,View>();
485 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views
1084 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey);
1130 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer);
1391 mMiniKeyboardCache.clear();

Completed in 78 milliseconds