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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java244 shrink();
420 shrink();
470 private void shrink() { method in class:RecipientEditTextView
484 // Re-post the shrink for later.
803 * Set whether to shrink the recipients field such that at most
807 * @param shrink
809 public void setOnFocusListShrinkRecipients(boolean shrink) { argument
810 mShouldShrink = shrink;

Completed in 35 milliseconds