Searched refs:mClearAllButton (Results 1 – 1 of 1) sorted by relevance
42 private ImageView mClearAllButton; field in SectionHeaderView61 mClearAllButton = requireViewById(R.id.btn_clear_all); in bindContents()63 mClearAllButton.setOnClickListener(mOnClearClickListener); in bindContents()89 mClearAllButton.setVisibility(areThereDismissableGentleNotifs ? View.VISIBLE : View.GONE); in setAreThereDismissableGentleNotifs()110 mClearAllButton.setAlpha(contentAlpha); in applyContentTransformation()111 mClearAllButton.setTranslationY(translationY); in applyContentTransformation()117 mClearAllButton.setOnClickListener(listener); in setOnClearAllClickListener()132 mClearAllButton.setImageTintList(ColorStateList.valueOf(color)); in setForegroundColor()