Searched refs:mKeyboardLayoutCache (Results 1 – 1 of 1) sorted by relevance
129 private final Map<String, KeyboardLayoutSelectionResult> mKeyboardLayoutCache = field in KeyboardLayoutManager290 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()