Home
last modified time | relevance | path

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

/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DBaseLayoutManagerActivity.java173 private CheckBox mCheckBox;
179 mCheckBox = (CheckBox) itemView;
180 mCheckBox.setOnCheckedChangeListener(this);
185 mCheckBox.setText(toggle.getText());
186 mCheckBox.setChecked(toggle.isChecked());
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java42 CheckBox mCheckBox; field in ViewAnimations
49 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
98 v.startAnimation(mCheckBox.isChecked() ? in setupAnimation()
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java41 CheckBox mCheckBox; field in PropertyAnimations
48 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onCreate()
101 if (mCheckBox.isChecked()) { in setupAnimation()