Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/core/
DRoundCornerPreferenceAdapter.java114 private void mappingPreferenceGroup(List<Integer> visibleList, PreferenceGroup group) { in mappingPreferenceGroup() argument
133 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()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DSubscriptionRepository.kt107 val visibleList = availableList.filter { subInfo -> in Context() constant
112 return visibleList in Context()