Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java167 private Map<Key,View> mMiniKeyboardCache; field in KeyboardView
361 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22716 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboardCache:Ljava/util/Map;