OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcheckbox
(Results
1 - 25
of
25
) sorted by null
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
ConfigViewHolder.java
27
private CheckBox
mCheckBox
;
33
mCheckBox
= (CheckBox) itemView;
34
mCheckBox
.setOnCheckedChangeListener(this);
39
mCheckBox
.setText(toggle.getText());
40
mCheckBox
.setChecked(toggle.isChecked());
/packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragCell.java
33
private CheckBox
mCheckbox
;
48
mCheckbox
= (CheckBox) findViewById(R.id.checkbox);
65
mCheckbox
.setVisibility(VISIBLE);
68
mCheckbox
.setVisibility(INVISIBLE);
76
mCheckbox
.setChecked(checked);
92
mCheckbox
.setText(labelText);
94
mCheckbox
.setContentDescription(description);
108
return
mCheckbox
;
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpFullscreenView.java
36
private CheckBox
mCheckbox
;
56
mCheckbox
= (CheckBox) findViewById(R.id.ingest_fullsize_image_checkbox);
57
mCheckbox
.setOnCheckedChangeListener(this);
62
return
mCheckbox
.isChecked();
67
mCheckbox
.setChecked(checked);
72
mCheckbox
.toggle();
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ListMenuItemView.java
46
private CheckBox
mCheckBox
;
135
if (!checkable && mRadioButton == null &&
mCheckBox
== null) {
149
otherCompoundButton =
mCheckBox
;
151
if (
mCheckBox
== null) {
154
compoundButton =
mCheckBox
;
171
if (
mCheckBox
!= null) {
172
mCheckBox
.setVisibility(GONE);
189
if (
mCheckBox
== null) {
192
compoundButton =
mCheckBox
;
272
mCheckBox
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java
55
private CheckBox
mCheckBox
;
73
mCheckBox
= (CheckBox) findViewById(R.id.checkbox);
74
mCheckBox
.setOnClickListener(mOnClickListener);
84
mCheckBox
.setOnLongClickListener(longClickListener);
91
setTouchDelegate(new TouchDelegate(region,
mCheckBox
) {
128
mCheckBox
.setVisibility(VISIBLE);
129
mCheckBox
.setClickable(true);
130
mCheckBox
.setChecked(mHostInterface.isItemSelected(mData));
132
mCheckBox
.setVisibility(GONE);
133
mCheckBox
.setClickable(false)
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java
46
private CheckBox
mCheckBox
;
57
mCheckBox
= (CheckBox) findViewById(R.id.checkbox);
58
mCheckBox
.setOnClickListener(new OnClickListener() {
78
mCheckBox
.getHitRect(region);
80
setTouchDelegate(new TouchDelegate(region,
mCheckBox
));
108
mCheckBox
.setChecked(mHostInterface.isItemSelected(mAttachmentData));
/packages/apps/Camera2/src/com/android/camera/widget/
LocationDialogLayout.java
39
private CheckBox
mCheckBox
;
78
mCheckBox
= (CheckBox) findViewById(R.id.check_box);
79
mCheckBox
.setChecked(mLocationRecordingEnabled);
80
mCheckBox
.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
/frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java
44
private CheckBox
mCheckBox
;
138
if (!checkable && mRadioButton == null &&
mCheckBox
== null) {
152
otherCompoundButton =
mCheckBox
;
154
if (
mCheckBox
== null) {
157
compoundButton =
mCheckBox
;
174
if (
mCheckBox
!= null)
mCheckBox
.setVisibility(GONE);
188
if (
mCheckBox
== null) {
191
compoundButton =
mCheckBox
;
271
mCheckBox
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java
49
private Button
mCheckbox
;
105
mCheckbox
= toolkit.createButton(table,
108
mCheckbox
.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP));
109
mCheckbox
.setSelection(false);
110
mCheckbox
.addSelectionListener(new CheckboxSelectionListener());
161
mCheckbox
.getSelection()
167
if (
mCheckbox
.getSelection()) {
303
if (
mCheckbox
.getSelection() != exists) {
304
mCheckbox
.setSelection(exists);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/
SortedListActivity.java
144
final CheckBox
mCheckBox
;
148
mCheckBox
= (CheckBox) itemView;
149
mCheckBox
.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
161
mCheckBox
.setText(item.mText);
162
mCheckBox
.setChecked(item.mIsDone);
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
41
CheckBox
mCheckBox
;
48
mCheckBox
= (CheckBox) findViewById(R.id.checkbox);
101
if (
mCheckBox
.isChecked()) {
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
42
CheckBox
mCheckBox
;
49
mCheckBox
= (CheckBox) findViewById(R.id.checkbox);
98
v.startAnimation(
mCheckBox
.isChecked() ?
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java
49
private CheckBox
mCheckbox
;
55
mCheckbox
= (CheckBox) findViewById(R.id.multiple_task_checkbox);
82
boolean useMultipleTasks =
mCheckbox
.isChecked();
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java
49
private CheckBox
mCheckbox
;
55
mCheckbox
= (CheckBox) findViewById(R.id.multiple_task_checkbox);
82
boolean useMultipleTasks =
mCheckbox
.isChecked();
/development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
DocumentCentricActivity.java
49
private CheckBox
mCheckbox
;
55
mCheckbox
= (CheckBox) findViewById(R.id.multiple_task_checkbox);
82
boolean useMultipleTasks =
mCheckbox
.isChecked();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
188
private CheckBox
mCheckBox
;
455
if (isVisible(
mCheckBox
)) {
456
mCheckBox
.measure(
459
mCheckBoxWidth =
mCheckBox
.getMeasuredWidth();
460
mCheckBoxHeight =
mCheckBox
.getMeasuredHeight();
632
if (isVisible(
mCheckBox
)) {
635
mCheckBox
.layout(rightBound - mCheckBoxWidth,
640
mCheckBox
.layout(leftBound,
[
all
...]
/frameworks/base/docs/html-intl/intl/ja/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/ko/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/ru/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/in/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
/frameworks/base/docs/html-intl/intl/vi/guide/components/
recents.jd
99
boolean useMultipleTasks =
mCheckbox
.isChecked();
Completed in 2186 milliseconds