Searched refs:mMiniKeyboardCache (Results 1 – 2 of 2) sorted by relevance
167 private Map<Key,View> mMiniKeyboardCache; field in KeyboardView361 mMiniKeyboardCache = new HashMap<Key,View>(); in KeyboardView()495 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views in setKeyboard()1098 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()1144 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()1406 mMiniKeyboardCache.clear(); in closing()
22716 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboardCache:Ljava/util/Map;