Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java129 private final Map<String, KeyboardLayoutSelectionResult> mKeyboardLayoutCache = field in KeyboardLayoutManager
290 synchronized (mKeyboardLayoutCache) { in updateKeyboardLayouts()
293 mKeyboardLayoutCache.clear(); in updateKeyboardLayouts()
649 synchronized (mKeyboardLayoutCache) { in getKeyboardLayoutForInputDeviceInternal()
651 if (mKeyboardLayoutCache.containsKey(layoutKey)) { in getKeyboardLayoutForInputDeviceInternal()
652 return mKeyboardLayoutCache.get(layoutKey); in getKeyboardLayoutForInputDeviceInternal()
661 mKeyboardLayoutCache.put(layoutKey, result); in getKeyboardLayoutForInputDeviceInternal()