Searched refs:mExpandCollapseTextView (Results 1 – 1 of 1) sorted by relevance
215 private TextView mExpandCollapseTextView; field in ExpandingEntryCardView275 mExpandCollapseTextView = (TextView) mExpandCollapseButton.findViewById(R.id.text); in ExpandingEntryCardView()331 if (mExpandCollapseTextView != null && !mIsExpanded) { in setExpandButtonText()332 mExpandCollapseTextView.setText(expandButtonText); in setExpandButtonText()343 if (mExpandCollapseTextView != null && mIsExpanded) { in setCollapseButtonText()344 mExpandCollapseTextView.setText(mCollapseButtonText); in setCollapseButtonText()592 mExpandCollapseTextView.setTextColor(mThemeColor); in applyColor()725 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()