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.java245 private TextView mExpandCollapseTextView; field in ExpandingEntryCardView
311 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()