Searched refs:mManageButton (Results 1 – 2 of 2) sorted by relevance
33 private FooterViewButton mManageButton; field in FooterView55 mManageButton = findViewById(R.id.manage_text); in onFinishInflate()59 mManageButton.setTextColor(color); in setTextColor()64 mManageButton.setOnClickListener(listener); in setManageButtonClickListener()81 mManageButton.setText(R.string.manage_notifications_history_text); in showHistory()82 mManageButton.setContentDescription( in showHistory()85 mManageButton.setText(R.string.manage_notifications_text); in showHistory()86 mManageButton.setContentDescription( in showHistory()103 mManageButton.setBackground( in onConfigurationChanged()105 mManageButton = findViewById(R.id.manage_text); in onConfigurationChanged()[all …]
83 private AlphaOptimizedButton mManageButton; field in BubbleExpandedView261 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(getContext()).inflate( in onFinishInflate()288 bringChildToFront(mManageButton); in onFinishInflate()339 mManageButton.setVisibility(GONE); in initialize()372 if (mManageButton != null) { in updateDimensions()373 int visibility = mManageButton.getVisibility(); in updateDimensions()374 removeView(mManageButton); in updateDimensions()375 mManageButton = (AlphaOptimizedButton) LayoutInflater.from(getContext()).inflate( in updateDimensions()377 addView(mManageButton); in updateDimensions()378 mManageButton.setVisibility(visibility); in updateDimensions()[all …]