Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java44 private FooterViewButton mManageButton; field in FooterView
87 mManageButton = findViewById(R.id.manage_text); in onFinishInflate()
114 mManageButton.setVisibility(View.GONE); in updateFooterVisibilityMode()
118 mManageButton.setVisibility(View.VISIBLE); in updateFooterVisibilityMode()
125 mManageButton.setOnClickListener(listener); in setManageButtonClickListener()
149 mManageButton.setText(mManageNotificationHistoryText); in updateText()
150 mManageButton.setContentDescription(mManageNotificationHistoryText); in updateText()
152 mManageButton.setText(mManageNotificationText); in updateText()
153 mManageButton.setContentDescription(mManageNotificationText); in updateText()
180 mManageButton.setBackground(theme.getDrawable(R.drawable.notif_footer_btn_background)); in updateColors()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java128 expandedView.mManageButton.setAlpha(value);
133 return expandedView.mManageButton.getAlpha();
141 private AlphaOptimizedButton mManageButton; field in BubbleExpandedView
328 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(getContext()).inflate( in onFinishInflate()
356 bringChildToFront(mManageButton); in onFinishInflate()
407 mManageButton.setVisibility(GONE); in initialize()
436 if (mManageButton != null) { in updateDimensions()
437 int visibility = mManageButton.getVisibility(); in updateDimensions()
438 removeView(mManageButton); in updateDimensions()
439 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(getContext()).inflate( in updateDimensions()
[all …]