Searched refs:manageButton (Results 1 – 2 of 2) sorted by relevance
47 private val manageButton by lazy { requireViewById<Button>(R.id.manage_button) } in <lambda>() constant83 manageButton.setTextColor(mContext.getColor(system_neutral1_900)) in setButtonColor()84 manageButton.setBackgroundDrawable(ColorDrawable(buttonColor)) in setButtonColor()115 manageButton.setOnClickListener { in show()123 manageButton.getDrawingRect(offsetViewBounds) in show()124 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds) in show()
250 val manageButton = in <lambda>() constant256 expandedLayout.addView(manageButton) in <lambda>()257 manageButton.id = R.id.privacy_dialog_manage_app_button in <lambda>()258 manageButton.setText( in <lambda>()262 manageButton.setTextColor(getForegroundColor(element.isActive)) in <lambda>()263 manageButton.tag = element in <lambda>()264 manageButton.setOnClickListener { v -> in <lambda>()270 return manageButton in <lambda>()