Searched defs:checkbox (Results 1 – 7 of 7) sorted by relevance
16 val checkbox = findViewById<CheckBox>(R.id.checkbox_insert_without_spanning) constant
38 private View checkbox; field in GalleryGridItemView
173 CheckBox checkbox = dragCell.getCheckbox(); in onBindViewHolder() local193 protected void setCheckBoxDescription(LocaleDragCell dragCell, CheckBox checkbox, in setCheckBoxDescription()
152 final View checkbox = inflater.inflate( in createDialog() local
65 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
434 CheckBox checkbox = (CheckBox) v; in setPreviewBehavior() local
433 @Nullable CharSequence alternateButton, @Nullable CharSequence checkbox, in launchConfirmationActivity()