Searched refs:visibleList (Results 1 – 2 of 2) sorted by relevance
114 private void mappingPreferenceGroup(List<Integer> visibleList, PreferenceGroup group) { in mappingPreferenceGroup() argument133 visibleList.add(value); in mappingPreferenceGroup()134 mappingPreferenceGroup(visibleList, (PreferenceCategory) pref); in mappingPreferenceGroup()143 int lastIndex = visibleList.size() - 1; in mappingPreferenceGroup()144 int newValue = visibleList.get(lastIndex) & ~ROUND_CORNER_BOTTOM; in mappingPreferenceGroup()145 visibleList.set(lastIndex, newValue); in mappingPreferenceGroup()150 visibleList.add(value); in mappingPreferenceGroup()153 visibleList.add(value); in mappingPreferenceGroup()155 mappingPreferenceGroup(visibleList, (PreferenceCategory) pref); in mappingPreferenceGroup()
107 val visibleList = availableList.filter { subInfo -> in Context() constant112 return visibleList in Context()