Searched refs:mCheckbox (Results 1 – 4 of 4) sorted by relevance
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()
33 private CheckBox mCheckbox; field in LocaleDragCell50 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()66 mCheckbox.setVisibility(showCheckbox ? VISIBLE : GONE); in setShowCheckbox()72 mCheckbox.setChecked(checked); in setChecked()114 return mCheckbox; in getCheckbox()
145 mCheckBox = checkBoxVH.mCheckbox; in onCreateActionsStylist()285 CheckBox mCheckbox; field in PasswordViewHolder289 mCheckbox = v.findViewById(R.id.password_checkbox); in PasswordViewHolder()
135 private CheckBox mCheckbox; field in LocaleListEditorTest482 ReflectionHelpers.setField(mLocaleDragCell, "mCheckbox", mCheckbox); in onBindViewHolder_shouldSetCheckedBoxText()