Searched refs:manageButton (Results 1 – 2 of 2) sorted by relevance
45 private val manageButton by lazy { requireViewById<Button>(R.id.manage_button) } regex79 manageButton.setTextColor(mContext.getColor(system_neutral1_900))80 manageButton.setBackgroundDrawable(ColorDrawable(buttonColor))122 manageButton131 manageButton.getDrawingRect(offsetViewBounds)132 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds)
250 val manageButton = regex256 expandedLayout.addView(manageButton)257 manageButton.id = R.id.privacy_dialog_manage_app_button258 manageButton.setText(262 manageButton.setTextColor(getForegroundColor(element.isActive))263 manageButton.tag = element264 manageButton.setOnClickListener { v ->270 return manageButton