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

/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java1573 * @param shrink Set true to let webkit shrink the standalone image to fit.
1575 public void setShrinksStandaloneImagesToFit(boolean shrink) { argument
1576 if (mShrinksStandaloneImagesToFit != shrink) {
1577 mShrinksStandaloneImagesToFit = shrink;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java243 shrink();
407 shrink();
457 private void shrink() { method in class:RecipientEditTextView
471 // Re-post the shrink for later.
790 * Set whether to shrink the recipients field such that at most
794 * @param shrink
796 public void setOnFocusListShrinkRecipients(boolean shrink) { argument
797 mShouldShrink = shrink;

Completed in 159 milliseconds