Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DRadioButtonPickerFragment.java177 final int customLayoutResId = getRadioButtonPreferenceCustomLayoutResId(); in updateCandidates() local
180 if (customLayoutResId > 0) { in updateCandidates()
181 nonePref.setLayoutResource(customLayoutResId); in updateCandidates()
192 if (customLayoutResId > 0) { in updateCandidates()
193 pref.setLayoutResource(customLayoutResId); in updateCandidates()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DRadioButtonPickerFragment.java177 final int customLayoutResId = getRadioButtonPreferenceCustomLayoutResId(); in updateCandidates() local
180 if (customLayoutResId > 0) { in updateCandidates()
181 nonePref.setLayoutResource(customLayoutResId); in updateCandidates()
192 if (customLayoutResId > 0) { in updateCandidates()
193 pref.setLayoutResource(customLayoutResId); in updateCandidates()