Searched refs:showCheckbox (Results 1 – 5 of 5) sorted by relevance
64 public void setShowCheckbox(boolean showCheckbox) { in setShowCheckbox() argument66 mCheckbox.setVisibility(showCheckbox ? VISIBLE : GONE); in setShowCheckbox()
51 private void openDialog(boolean showCheckbox) { in openDialog() argument56 if (showCheckbox) { in openDialog()
51 showCheckbox(isShowCheckbox) in onBindViewHolder()105 fun showCheckbox(isShowCheckbox: Boolean) { in showCheckbox() method
56 final boolean showCheckbox, in verifyContent() argument65 if (showCheckbox) { in verifyContent()
243 permissionTypePreference.showCheckbox(isDeletionState) in <lambda>()