Home
last modified time | relevance | path

Searched refs:mCheckbox (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragCell.java33 private CheckBox mCheckbox; field in LocaleDragCell
48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
65 mCheckbox.setVisibility(VISIBLE); in setShowCheckbox()
68 mCheckbox.setVisibility(INVISIBLE); in setShowCheckbox()
76 mCheckbox.setChecked(checked); in setChecked()
92 mCheckbox.setText(labelText); in setLabelAndDescription()
94 mCheckbox.setContentDescription(description); in setLabelAndDescription()
108 return mCheckbox; in getCheckbox()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java33 private CheckBox mCheckbox; field in LocaleDragCell
48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
65 mCheckbox.setVisibility(VISIBLE); in setShowCheckbox()
68 mCheckbox.setVisibility(INVISIBLE); in setShowCheckbox()
76 mCheckbox.setChecked(checked); in setChecked()
92 mCheckbox.setText(labelText); in setLabelAndDescription()
94 mCheckbox.setContentDescription(description); in setLabelAndDescription()
108 return mCheckbox; in getCheckbox()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DMtpFullscreenView.java36 private CheckBox mCheckbox; field in MtpFullscreenView
56 mCheckbox = (CheckBox) findViewById(R.id.ingest_fullsize_image_checkbox); in onFinishInflate()
57 mCheckbox.setOnCheckedChangeListener(this); in onFinishInflate()
62 return mCheckbox.isChecked(); in isChecked()
67 mCheckbox.setChecked(checked); in setChecked()
72 mCheckbox.toggle(); in toggle()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DEnterPasswordState.java136 mCheckBox = checkBoxVH.mCheckbox; in onCreateActionsStylist()
233 CheckBox mCheckbox; field in PasswordViewHolder
237 mCheckbox = v.findViewById(R.id.password_checkbox); in PasswordViewHolder()