Searched refs:mCheckBox (Results 1 – 4 of 4) sorted by relevance
27 private CheckBox mCheckBox; field in ConfigViewHolder33 mCheckBox = (CheckBox) itemView; in ConfigViewHolder()34 mCheckBox.setOnCheckedChangeListener(this); in ConfigViewHolder()39 mCheckBox.setText(toggle.getText()); in bind()40 mCheckBox.setChecked(toggle.isChecked()); in bind()
144 final CheckBox mCheckBox;148 mCheckBox = (CheckBox) itemView;149 mCheckBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {161 mCheckBox.setText(item.mText);162 mCheckBox.setChecked(item.mIsDone);
42 CheckBox mCheckBox; field in ViewAnimations49 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()98 v.startAnimation(mCheckBox.isChecked() ? in setupAnimation()
41 CheckBox mCheckBox; field in PropertyAnimations48 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()101 if (mCheckBox.isChecked()) { in setupAnimation()