Searched refs:vCheckBox (Results 1 – 1 of 1) sorted by relevance
89 View vCheckBox = item.findViewById(R.id.enabled); in getView() local90 if (vCheckBox != null && vCheckBox instanceof CheckBox) { in getView()91 CheckBox checkBox = (CheckBox) vCheckBox; in getView()171 final View vCheckBox = v.findViewById(R.id.enabled); in onClick() local172 if (vCheckBox != null && vCheckBox instanceof CheckBox) { in onClick()173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick()