Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java61 private FooterViewButton mManageOrHistoryButton; field in FooterView
108 mManageOrHistoryButton.setVisibility(visible ? View.VISIBLE : View.GONE); in setManageOrHistoryButtonVisible()
198 mManageOrHistoryButton.setText(getContext().getString(mManageOrHistoryButtonTextId)); in updateManageOrHistoryButtonText()
217 mManageOrHistoryButton.setContentDescription( in updateManageOrHistoryButtonDescription()
272 mManageOrHistoryButton = findViewById(R.id.manage_text); in onFinishInflate()
292 mManageOrHistoryButton.setVisibility(View.GONE); in setFooterLabelVisible()
296 mManageOrHistoryButton.setVisibility(View.VISIBLE); in setFooterLabelVisible()
305 mManageOrHistoryButton.setOnClickListener(listener); in setManageButtonClickListener()
363 mManageOrHistoryButton.setText(mManageNotificationHistoryText); in updateContent()
364 mManageOrHistoryButton.setContentDescription(mManageNotificationHistoryText); in updateContent()
[all …]