Searched refs:mManageButton (Results 1 – 2 of 2) sorted by relevance
46 private FooterViewButton mManageButton; field in FooterView89 mManageButton = findViewById(R.id.manage_text); in onFinishInflate()98 mManageButton.setVisibility(View.GONE); in setFooterLabelVisible()102 mManageButton.setVisibility(View.VISIBLE); in setFooterLabelVisible()109 mManageButton.setOnClickListener(listener); in setManageButtonClickListener()133 mManageButton.setText(mManageNotificationHistoryText); in updateContent()134 mManageButton.setContentDescription(mManageNotificationHistoryText); in updateContent()136 mManageButton.setText(mManageNotificationText); in updateContent()137 mManageButton.setContentDescription(mManageNotificationText); in updateContent()177 mManageButton.setBackground(manageBg); in updateColors()[all …]
146 private AlphaOptimizedButton mManageButton; field in BubbleExpandedView382 bringChildToFront(mManageButton); in onFinishInflate()433 mManageButton.setVisibility(GONE); in initialize()464 if (mManageButton != null) { in updateDimensions()466 removeView(mManageButton); in updateDimensions()471 addView(mManageButton); in updateDimensions()479 if (mManageButton != null) { in updateFontSize()499 if (mManageButton != null) { in applyThemeAttrs()706 mManageButton.setAlpha(alpha); in setManageButtonAlpha()848 mManageButton.setAccessibilityDelegate( in update()[all …]