/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | GalleryGridItemView.java | 38 private View checkbox; field in GalleryGridItemView 51 checkbox = findViewById(R.id.checkbox); in onFinishInflate() 55 checkbox.setClipToOutline(true); in onFinishInflate() 73 checkbox.setVisibility(VISIBLE); in setSelected() 77 checkbox.setVisibility(GONE); in setSelected()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | CollapsibleCheckboxPreferenceGroup.java | 65 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local 69 if (checkbox != null && checkbox instanceof Checkable) { in onBindViewHolder() 70 ((Checkable) checkbox).setChecked(mChecked); in onBindViewHolder() 73 View parent = (View) checkbox.getParent(); in onBindViewHolder() 113 View child = parent.findViewById(com.android.internal.R.id.checkbox); in onClick()
|
D | NestedDeletionPreference.java | 52 (CheckBox) holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationLockscreenPreference.java | 92 CheckBox checkbox = (CheckBox) dialog.findViewById(R.id.lockscreen_remote_input); in onDialogCreated() local 93 checkbox.setChecked(!mAllowRemoteInput); in onDialogCreated() 94 checkbox.setOnCheckedChangeListener(mListener); in onDialogCreated() 95 checkbox.setEnabled(mAdminRestrictingRemoteInput == null); in onDialogCreated() 101 checkbox.setClickable(false); in onDialogCreated()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationLockscreenPreference.java | 92 CheckBox checkbox = (CheckBox) dialog.findViewById(R.id.lockscreen_remote_input); in onDialogCreated() local 93 checkbox.setChecked(!mAllowRemoteInput); in onDialogCreated() 94 checkbox.setOnCheckedChangeListener(mListener); in onDialogCreated() 95 checkbox.setEnabled(mAdminRestrictingRemoteInput == null); in onDialogCreated() 101 checkbox.setClickable(false); in onDialogCreated()
|
D | ChannelSummaryPreference.java | 66 mCheckBox = (CheckBox) view.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder()
|
D | ZenCustomRadioButtonPreference.java | 84 mButton = (RadioButton) holder.findViewById(android.R.id.checkbox); in onBindViewHolder()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 619 final CheckBox checkbox = (CheckBox)convertView.findViewById(android.R.id.checkbox); 626 checkbox.setVisibility(View.VISIBLE); 627 checkbox.setChecked(groupVisible); 634 checkbox.setVisibility(View.GONE); 713 final CheckBox checkbox = (CheckBox)view.findViewById(android.R.id.checkbox); 718 checkbox.toggle(); 719 child.putVisible(checkbox.isChecked());
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | PasswordEditTextPreferenceDialogFragmentTest.java | 79 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onStart_inputTypeSetToPassword_shouldRevealShowPasswordCheckBoxUnchecked() 90 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxChecked_shouldRevealRawPassword() 105 CheckBox checkBox = dialog.findViewById(R.id.checkbox); in onCheckBoxUnchecked_shouldObscureRawPassword()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/ |
D | LocaleDragAndDropAdapter.java | 164 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder() local 167 checkbox.setOnCheckedChangeListener(null); in onBindViewHolder() 168 checkbox.setChecked(mRemoveMode ? feedItem.getChecked() : false); in onBindViewHolder() 169 checkbox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onBindViewHolder()
|
D | LocaleDragCell.java | 48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
|
/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | LocaleDragAndDropAdapter.java | 164 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder() local 167 checkbox.setOnCheckedChangeListener(null); in onBindViewHolder() 168 checkbox.setChecked(mRemoveMode ? feedItem.getChecked() : false); in onBindViewHolder() 169 checkbox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onBindViewHolder()
|
D | LocaleDragCell.java | 48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | WifiNoInternetDialog.java | 151 final View checkbox = inflater.inflate( in createDialog() local 153 ap.mView = checkbox; in createDialog() 154 mAlwaysAllow = (CheckBox) checkbox.findViewById(com.android.internal.R.id.alwaysUse); in createDialog()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiNoInternetDialog.java | 152 final View checkbox = inflater.inflate( in createDialog() local 154 ap.mView = checkbox; in createDialog() 155 mAlwaysAllow = (CheckBox) checkbox.findViewById(com.android.internal.R.id.alwaysUse); in createDialog()
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | select_phone_account_dialog_options.proto | 28 // Whether the dialog should include a "set as default" checkbox. Defaults to 31 // The label on the "set as default" checkbox. Defaults
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/ |
D | AttachmentChooserFragmentTest.java | 150 final CheckBox checkBox = (CheckBox) itemView.findViewById(R.id.checkbox); in testUnselect() 159 final CheckBox checkBox2 = (CheckBox) itemView2.findViewById(R.id.checkbox); in testUnselect()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | PasswordEditTextPreferenceDialogFragment.java | 57 CheckBox cb = view.findViewById(R.id.checkbox); in onBindDialogView()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DisabledCheckBoxPreference.java | 89 mCheckBox = holder.findViewById(android.R.id.checkbox); in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | DisabledCheckBoxPreference.java | 90 mCheckBox = holder.findViewById(android.R.id.checkbox); in onBindViewHolder()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | UserConsentActivityDialog.java | 72 mDontShowAgain = (CheckBox) params.mView.findViewById(android.R.id.checkbox); in onCreate()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | DisabledCheckBoxPreferenceTest.java | 69 assertThat(mRootView.findViewById(android.R.id.checkbox).isEnabled()).isFalse(); in onBindViewHolder_checkboxDisabled()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | ZenCustomRadioButtonPreferenceTest.java | 66 final RadioButton toggle = (RadioButton) holder.findViewById(android.R.id.checkbox); in setChecked_shouldUpdateButtonCheckedState()
|
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/ |
D | AttachmentGridItemView.java | 57 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | TtsEnginePreference.java | 65 final RadioButton rb = (RadioButton) viewHolder.findViewById(android.R.id.checkbox); in onBindViewHolder()
|