Searched refs:isShowCheckbox (Results 1 – 1 of 1) sorted by relevance
36 private var isShowCheckbox: Boolean = false variable51 showCheckbox(isShowCheckbox) in onBindViewHolder()77 if (isShowCheckbox) { in setOnPreferenceClickListener()105 fun showCheckbox(isShowCheckbox: Boolean) { in showCheckbox()106 setShowCheckbox(isShowCheckbox) in showCheckbox()107 widgetFrame?.visibility = if (isShowCheckbox) VISIBLE else GONE in showCheckbox()108 widgetFrame?.tag = if (isShowCheckbox) "checkbox" else "" in showCheckbox()119 fun setShowCheckbox(isShowCheckbox: Boolean) { in setShowCheckbox()120 this.isShowCheckbox = isShowCheckbox in setShowCheckbox()