Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java46 private FooterViewButton mManageButton; field in FooterView
89 mManageButton = findViewById(R.id.manage_text); in onFinishInflate()
98 mManageButton.setVisibility(View.GONE); in setFooterLabelVisible()
102 mManageButton.setVisibility(View.VISIBLE); in setFooterLabelVisible()
109 mManageButton.setOnClickListener(listener); in setManageButtonClickListener()
133 mManageButton.setText(mManageNotificationHistoryText); in updateContent()
134 mManageButton.setContentDescription(mManageNotificationHistoryText); in updateContent()
136 mManageButton.setText(mManageNotificationText); in updateContent()
137 mManageButton.setContentDescription(mManageNotificationText); in updateContent()
177 mManageButton.setBackground(manageBg); in updateColors()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java146 private AlphaOptimizedButton mManageButton; field in BubbleExpandedView
382 bringChildToFront(mManageButton); in onFinishInflate()
433 mManageButton.setVisibility(GONE); in initialize()
464 if (mManageButton != null) { in updateDimensions()
466 removeView(mManageButton); in updateDimensions()
471 addView(mManageButton); in updateDimensions()
479 if (mManageButton != null) { in updateFontSize()
499 if (mManageButton != null) { in applyThemeAttrs()
706 mManageButton.setAlpha(alpha); in setManageButtonAlpha()
848 mManageButton.setAccessibilityDelegate( in update()
[all …]