Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java31 private FooterViewButton mManageButton; field in FooterView
52 mManageButton = findViewById(R.id.manage_text); in onFinishInflate()
56 mManageButton.setTextColor(color); in setTextColor()
61 mManageButton.setOnClickListener(listener); in setManageButtonClickListener()
81 mManageButton.setText(R.string.manage_notifications_text); in onConfigurationChanged()
82 mManageButton.setContentDescription( in onConfigurationChanged()
87 return mManageButton.getAlpha() != 0.0f; in isButtonVisible()