Searched defs:checkbox (Results 1 – 7 of 7) sorted by relevance
44 public final CheckBox checkbox; field in PasswordLineItem.ViewHolder
58 public final CheckBox checkbox; field in CheckBoxLineItem.CheckboxLineItemViewHolder
38 private View checkbox; field in GalleryGridItemView
142 final View checkbox = inflater.inflate( in createDialog() local
65 View checkbox = holder.findViewById(com.android.internal.R.id.checkbox); in onBindViewHolder() local
91 CheckBox checkbox = (CheckBox) dialog.findViewById(R.id.lockscreen_remote_input); in onDialogCreated() local
204 CheckBox checkbox; field in DeviceAdminSettings.ViewHolder