Searched refs:mKeyboardInfoList (Results 1 – 1 of 1) sorted by relevance
61 private ArrayList<KeyboardInfo> mKeyboardInfoList = new ArrayList<>(); field in NewKeyboardLayoutEnabledLocalesFragment175 mKeyboardInfoList.clear(); in updateCheckedState()204 mKeyboardInfoList.add(keyboardInfo); in mapLanguageWithLayout()216 mKeyboardInfoList.add(keyboardInfo); in mapLanguageWithLayout()222 if (mKeyboardInfoList.isEmpty()) { in updatePreferenceLayout()231 Collections.sort(mKeyboardInfoList, new Comparator<KeyboardInfo>() { in updatePreferenceLayout()239 for (KeyboardInfo keyboardInfo : mKeyboardInfoList) { in updatePreferenceLayout()