Home
last modified time | relevance | path

Searched refs:isShowCheckbox (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionPermissionTypesPreference.kt36 private var isShowCheckbox: Boolean = false variable
51 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()