Searched defs:checkBox (Results 1 – 7 of 7) sorted by relevance
65 static void addSwitchPreferenceBasedOnCheckBoxPreference(final CheckBoxPreference checkBox, in addSwitchPreferenceBasedOnCheckBoxPreference()
21 public CheckBox checkBox; field in AppViewHolder
91 CheckBox checkBox = (CheckBox) vCheckBox; in getView() local173 final CheckBox checkBox = (CheckBox) vCheckBox; in onClick() local
61 final CheckBox checkBox = (CheckBox) inflater.inflate(R.layout.zen_downtime_day, in ZenModeDowntimeDaysSelection() local
59 final CompoundButton checkBox = (CompoundButton) view.findViewById(R.id.checkbox); in getView() local
322 final CheckedTextView checkBox = (CheckedTextView) view.findViewById(R.id.checkbox); in getView() local
235 final CheckBox checkBox = (CheckBox)alertDialog.findViewById(R.id.setPrimary); in onClick() local