HomeSort by relevance Sort by last modified time
    Searched defs:mCheckBox (Results 1 - 7 of 7) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingCheckBox.java 32 private CheckBox mCheckBox;
48 mCheckBox = (CheckBox) findViewById(R.id.setting_check_box);
49 mCheckBox.setOnCheckedChangeListener(mCheckedChangeListener);
56 mCheckBox.setContentDescription(getContext().getResources().getString(
62 mCheckBox.setOnCheckedChangeListener(null);
64 mCheckBox.setChecked(mIndex == 1);
67 mCheckBox.setChecked(index == 1);
69 mCheckBox.setOnCheckedChangeListener(mCheckedChangeListener);
81 if (mCheckBox != null) mCheckBox.setEnabled(enable)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
LocationDialogLayout.java 36 private CheckBox mCheckBox;
66 mCheckBox = (CheckBox) findViewById(R.id.check_box);
67 mCheckBox.setChecked(mCheckBoxChecked);
68 mCheckBox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 42 CheckBox mCheckBox;
49 mCheckBox = (CheckBox) findViewById(R.id.checkbox);
98 v.startAnimation(mCheckBox.isChecked() ?
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 41 CheckBox mCheckBox;
48 mCheckBox = (CheckBox) findViewById(R.id.checkbox);
101 if (mCheckBox.isChecked()) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 44 private CheckBox mCheckBox;
130 if (!checkable && mRadioButton == null && mCheckBox == null) {
144 otherCompoundButton = mCheckBox;
146 if (mCheckBox == null) {
149 compoundButton = mCheckBox;
166 if (mCheckBox != null) mCheckBox.setVisibility(GONE);
180 if (mCheckBox == null) {
183 compoundButton = mCheckBox;
257 mCheckBox
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 47 private CheckBox mCheckBox;
130 if (!checkable && mRadioButton == null && mCheckBox == null) {
144 otherCompoundButton = mCheckBox;
146 if (mCheckBox == null) {
149 compoundButton = mCheckBox;
166 if (mCheckBox != null) {
167 mCheckBox.setVisibility(GONE);
184 if (mCheckBox == null) {
187 compoundButton = mCheckBox;
261 mCheckBox
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 386 milliseconds