Searched refs:expandButtonText (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java352 * @param expandButtonText The expand button text.
354 public void setExpandButtonText(CharSequence expandButtonText) { argument
355 mExpandButtonText = expandButtonText;
357 mExpandCollapseTextView.setText(expandButtonText);
364 * @param expandButtonText The expand button text.
366 public void setCollapseButtonText(CharSequence expandButtonText) { argument
367 mCollapseButtonText = expandButtonText;

Completed in 107 milliseconds