Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DColorSelectorLayout.java46 private final List<Integer> mRadioButtonResourceIds = Arrays.asList( field in ColorSelectorLayout
86 for (int resId : mRadioButtonResourceIds) { in init()
114 int checkedItemIndex = mRadioButtonResourceIds.indexOf(mCheckedId); in getCheckedColor()
123 if (index < 0 || index >= mRadioButtonResourceIds.size()) { in getResId()
126 return mRadioButtonResourceIds.get(index); in getResId()