Searched refs:mRadioButtonResourceIds (Results 1 – 1 of 1) sorted by relevance
46 private final List<Integer> mRadioButtonResourceIds = Arrays.asList( field in ColorSelectorLayout86 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()