Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:mMiniKeyboardCache

158     private Map<Key,View> mMiniKeyboardCache;
349 mMiniKeyboardCache = new HashMap<Key,View>();
483 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();