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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java374 * @param expandButtonText The expand button text.
376 public void setExpandButtonText(CharSequence expandButtonText) { argument
377 mExpandButtonText = expandButtonText;
379 mExpandCollapseTextView.setText(expandButtonText);
386 * @param expandButtonText The expand button text.
388 public void setCollapseButtonText(CharSequence expandButtonText) { argument
389 mCollapseButtonText = expandButtonText;

Completed in 12 milliseconds