Home
last modified time | relevance | path

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

/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()