Home
last modified time | relevance | path

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

/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/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java33 private CheckBox mCheckbox; field in LocaleDragCell
50 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DEnterPasswordState.java145 mCheckBox = checkBoxVH.mCheckbox; in onCreateActionsStylist()
285 CheckBox mCheckbox; field in PasswordViewHolder
289 mCheckbox = v.findViewById(R.id.password_checkbox); in PasswordViewHolder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java135 private CheckBox mCheckbox; field in LocaleListEditorTest
482 ReflectionHelpers.setField(mLocaleDragCell, "mCheckbox", mCheckbox); in onBindViewHolder_shouldSetCheckedBoxText()