Home
last modified time | relevance | path

Searched refs:checkbox (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridItemView.java38 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/
DCollapsibleCheckboxPreferenceGroup.java65 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()
DNestedDeletionPreference.java52 (CheckBox) holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java176 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder() local
179 checkbox.setOnCheckedChangeListener(null); in onBindViewHolder()
181 checkbox.setChecked(isChecked); in onBindViewHolder()
182 setCheckBoxDescription(dragCell, checkbox, isChecked); in onBindViewHolder()
184 checkbox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in onBindViewHolder()
190 setCheckBoxDescription(dragCell, checkbox, isChecked); in onBindViewHolder()
197 checkbox.toggle(); in onBindViewHolder()
203 protected void setCheckBoxDescription(LocaleDragCell dragCell, CheckBox checkbox, in setCheckBoxDescription() argument
212 checkbox.setContentDescription(checkedStatus); in setCheckBoxDescription()
DLocaleDragCell.java50 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DPasswordEditTextPreferenceDialogFragmentTest.java79 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/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPerformanceTestingLinearLayout.kt16 val checkbox = findViewById<CheckBox>(R.id.checkbox_insert_without_spanning) constant
18 checkbox.setOnClickListener { in <lambda>()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java619 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/Settings/src/com/android/settings/wifi/
DWifiNoInternetDialog.java152 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/
Dselect_phone_account_dialog_options.proto28 // 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/
DAttachmentChooserFragmentTest.java146 final CheckBox checkBox = (CheckBox) itemView.findViewById(R.id.checkbox); in testUnselect()
155 final CheckBox checkBox2 = (CheckBox) itemView2.findViewById(R.id.checkbox); in testUnselect()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPasswordEditTextPreferenceDialogFragment.java57 CheckBox cb = view.findViewById(R.id.checkbox); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/applications/intentpicker/
DLeftSideCheckBoxPreference.java59 mCheckBox = (CheckBox) view.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DDisabledCheckBoxPreferenceTest.java69 assertThat(mRootView.findViewById(android.R.id.checkbox).isEnabled()).isFalse(); in onBindViewHolder_checkboxDisabled()
/packages/apps/Traceur/src/com/android/traceur/
DUserConsentActivityDialog.java79 mDontShowAgain = (CheckBox) params.mView.findViewById(android.R.id.checkbox); in onCreate()
/packages/apps/Settings/src/com/android/settings/widget/
DDisabledCheckBoxPreference.java91 mCheckBox = holder.findViewById(android.R.id.checkbox); in onBindViewHolder()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java57 mCheckBox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiPasswordDialog.java74 CheckBox cb = view.findViewById(R.id.checkbox); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleScreenMagnificationPreferenceFragment.java384 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()
388 mHardwareTypeCheckBox = dialogHardwareView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()
395 R.id.checkbox); in setupMagnificationEditShortcutDialog()
401 mTripleTapTypeCheckBox = dialogTripleTapView.findViewById(R.id.checkbox); in setupMagnificationEditShortcutDialog()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DTtsEnginePreference.java68 final RadioButton rb = (RadioButton) viewHolder.findViewById(android.R.id.checkbox); in onBindViewHolder()
/packages/services/Car/tests/CarTelemetryApp/src/com/android/car/cartelemetryapp/
DConfigListAdaptor.java55 checkBox = view.findViewById(R.id.checkbox); in ViewHolder()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/ui/composable/
DShareouselCardComposable.kt82 painter = painterResource(id = R.drawable.checkbox), in SelectionIcon()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiPasswordDialogTest.java94 CheckBox cb = mFragment.getDialog().findViewById(R.id.checkbox); in onCheckboxChanged_editTextInputTypeSet()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DPhotosDeletionPreferenceTest.java90 assertThat(mHolder.findViewById(android.R.id.checkbox).getVisibility()) in testItemVisibilityAfterLoaded()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockSettingsHelper.java443 @Nullable CharSequence alternateButton, @Nullable CharSequence checkbox, in launchConfirmationActivity() argument
464 intent.putExtra(KeyguardManager.EXTRA_CHECKBOX_LABEL, checkbox); in launchConfirmationActivity()

12