OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCheckBox
(Results
1 - 11
of
11
) sorted by null
/development/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/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() {
/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));
/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
...]
/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
...]
/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() ?
/development/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()) {
/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
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 3392 milliseconds