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.java244 private TextView mExpandCollapseTextView; field in ExpandingEntryCardView
300 mExpandCollapseTextView = (TextView) mExpandCollapseButton.findViewById(R.id.text); in ExpandingEntryCardView()
619 mExpandCollapseTextView.setTextColor(mThemeColor); in applyColor()
768 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()