Home
last modified time | relevance | path

Searched refs:checkbox (Results 1 – 25 of 40) 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/notification/
DNotificationLockscreenPreference.java92 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/
DNotificationLockscreenPreference.java92 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()
DChannelSummaryPreference.java66 mCheckBox = (CheckBox) view.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder()
/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/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragAndDropAdapter.java164 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()
DLocaleDragCell.java48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java164 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()
DLocaleDragCell.java48 mCheckbox = (CheckBox) findViewById(R.id.checkbox); in onFinishInflate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiNoInternetDialog.java151 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/
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/Settings/src/com/android/settings/media/
DMediaOutputGroupSlice.java180 final Bitmap checkbox = Bitmap.createBitmap(drawable.getIntrinsicWidth(), in getDisabledCheckboxIcon() local
182 final Canvas canvas = new Canvas(checkbox); in getDisabledCheckboxIcon()
187 return IconCompat.createWithBitmap(checkbox); in getDisabledCheckboxIcon()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
Dselect_phone_account_dialog_options.proto29 // Whether the dialog should include a "set as default" checkbox. Defaults to
32 // The label on the "set as default" checkbox. Defaults
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java150 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/Settings/src/com/android/settings/accessibility/
DMagnificationSettingsFragment.java154 mMagnifyFullScreenCheckBox = dialogFullScreenView.findViewById(R.id.checkbox); in initializeDialogCheckBox()
157 mMagnifyWindowCheckBox = dialogWidowView.findViewById(R.id.checkbox); in initializeDialogCheckBox()
DToggleScreenMagnificationPreferenceFragment.java161 mSoftwareTypeCheckBox = dialogSoftwareView.findViewById(R.id.checkbox); in initializeDialogCheckBox()
165 mHardwareTypeCheckBox = dialogHardwareView.findViewById(R.id.checkbox); in initializeDialogCheckBox()
169 mTripleTapTypeCheckBox = dialogTripleTapView.findViewById(R.id.checkbox); in initializeDialogCheckBox()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPasswordEditTextPreferenceDialogFragment.java57 CheckBox cb = view.findViewById(R.id.checkbox); in onBindDialogView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDisabledCheckBoxPreference.java89 mCheckBox = holder.findViewById(android.R.id.checkbox); in onBindViewHolder()
/packages/apps/Traceur/src/com/android/traceur/
DUserConsentActivityDialog.java72 mDontShowAgain = (CheckBox) params.mView.findViewById(android.R.id.checkbox); in onCreate()
/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/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()

12