Searched refs:mCheckbox (Results 1 – 3 of 3) sorted by relevance
33 private CheckBox mCheckbox; field in LocaleDragCell48 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()
36 private CheckBox mCheckbox; field in MtpFullscreenView56 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()
143 mCheckBox = checkBoxVH.mCheckbox; in onCreateActionsStylist()277 CheckBox mCheckbox; field in PasswordViewHolder281 mCheckbox = v.findViewById(R.id.password_checkbox); in PasswordViewHolder()