Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSectionHeaderView.java42 private ImageView mClearAllButton; field in SectionHeaderView
61 mClearAllButton = requireViewById(R.id.btn_clear_all); in bindContents()
63 mClearAllButton.setOnClickListener(mOnClearClickListener); in bindContents()
93 mClearAllButton.setVisibility(enabled ? View.VISIBLE : View.GONE); in setClearSectionButtonEnabled()
114 mClearAllButton.setAlpha(contentAlpha); in applyContentTransformation()
115 mClearAllButton.setTranslationY(translationY); in applyContentTransformation()
121 mClearAllButton.setOnClickListener(listener); in setOnClearAllClickListener()
137 mClearAllButton.setImageTintList(ColorStateList.valueOf(color)); in setForegroundColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java45 private FooterViewButton mClearAllButton; field in FooterView
79 + DumpUtilsKt.visibilityString(mClearAllButton.getVisibility())); in dump()
81 + DumpUtilsKt.visibilityString(mClearAllButton.getVisibility())); in dump()
88 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()
99 mClearAllButton.setVisibility(View.GONE); in setFooterLabelVisible()
103 mClearAllButton.setVisibility(View.VISIBLE); in setFooterLabelVisible()
113 mClearAllButton.setOnClickListener(listener); in setClearAllButtonClickListener()
152 mClearAllButton.setText(R.string.clear_all_notifications_text); in onConfigurationChanged()
153 mClearAllButton.setContentDescription( in onConfigurationChanged()
175 mClearAllButton.setBackground(clearAllBg); in updateColors()
[all …]