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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java327 * @param expandButtonText The expand button text.
329 public void setExpandButtonText(CharSequence expandButtonText) { argument
330 mExpandButtonText = expandButtonText;
332 mExpandCollapseTextView.setText(expandButtonText);
339 * @param expandButtonText The expand button text.
341 public void setCollapseButtonText(CharSequence expandButtonText) { argument
342 mCollapseButtonText = expandButtonText;

Completed in 28 milliseconds