Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DManageEducationView.kt45 private val manageButton by lazy { requireViewById<Button>(R.id.manage_button) } regex
79 manageButton.setTextColor(mContext.getColor(system_neutral1_900))
80 manageButton.setBackgroundDrawable(ColorDrawable(buttonColor))
122 manageButton
131 manageButton.getDrawingRect(offsetViewBounds)
132 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt250 val manageButton = regex
256 expandedLayout.addView(manageButton)
257 manageButton.id = R.id.privacy_dialog_manage_app_button
258 manageButton.setText(
262 manageButton.setTextColor(getForegroundColor(element.isActive))
263 manageButton.tag = element
264 manageButton.setOnClickListener { v ->
270 return manageButton