Home
last modified time | relevance | path

Searched refs:mExpandCollapseTextView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java215 private TextView mExpandCollapseTextView; field in ExpandingEntryCardView
275 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()