Searched refs:mExpandCollapseTextView (Results 1 – 1 of 1) sorted by relevance
245 private TextView mExpandCollapseTextView; field in ExpandingEntryCardView311 mExpandCollapseTextView = (TextView) mExpandCollapseButton.findViewById(R.id.text); in ExpandingEntryCardView()378 if (mExpandCollapseTextView != null && !mIsExpanded) { in setExpandButtonText()379 mExpandCollapseTextView.setText(expandButtonText); in setExpandButtonText()390 if (mExpandCollapseTextView != null && mIsExpanded) { in setCollapseButtonText()391 mExpandCollapseTextView.setText(mCollapseButtonText); in setCollapseButtonText()682 mExpandCollapseTextView.setTextColor(mThemeColor); in applyColor()833 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()