Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java248 private CharSequence mCollapseButtonText; field in ExpandingEntryCardView
389 mCollapseButtonText = expandButtonText; in setCollapseButtonText()
391 mExpandCollapseTextView.setText(mCollapseButtonText); in setCollapseButtonText()
544 if (!TextUtils.isEmpty(mCollapseButtonText)) { in getCollapseButtonText()
545 return mCollapseButtonText; in getCollapseButtonText()