Searched defs:checkbox (Results 1 – 10 of 10) sorted by relevance
81 val checkbox = holder.findViewById(android.R.id.checkbox) in onBindViewHolder() constant
16 val checkbox = requireViewById<CheckBox>(R.id.checkbox_insert_without_spanning) constant
305 val checkbox = headlineRow.requireViewById<CheckBox>(R.id.include_text_action) in <lambda>() constant339 val checkbox = headlineRow.requireViewById<CheckBox>(R.id.include_text_action) in <lambda>() constant
38 private View checkbox; field in GalleryGridItemView
152 final View checkbox = inflater.inflate( in createDialog() local
181 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder() local208 protected void setCheckBoxDescription(LocaleDragCell dragCell, CheckBox checkbox, in setCheckBoxDescription()
65 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
58 val checkbox: CheckBox = view.findViewById(R.id.dialog_checkbox) in <lambda>() constant
440 CheckBox checkbox = (CheckBox) v; in setPreviewBehavior() local
443 @Nullable CharSequence alternateButton, @Nullable CharSequence checkbox, in launchConfirmationActivity()