Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardLayoutSelectionFragment.java55 private final Map<String, KeyboardLayout> mKeyboardLayoutMap = new HashMap<>(); field in KeyboardLayoutSelectionFragment
103 mKeyboardLayoutMap.put(kl.getDescriptor(), kl); in onCreatePreferences()
120 mKeyboardLayoutMap.get(radioPreference.getKey()).getDescriptor()); in onPreferenceTreeClick()