Searched defs:iconify (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java663 * @param iconify a true value will collapse the SearchView to an icon, while a false will
666 public void setIconified(boolean iconify) { argument
667 if (iconify) {
/frameworks/support/compat/java/android/support/v4/widget/
H A DSearchViewCompat.java300 * @param iconify a true value will collapse the SearchView to an icon, while a false will
306 public static void setIconified(View searchView, boolean iconify) { argument
308 ((SearchView) searchView).setIconified(iconify);
/frameworks/base/core/java/android/widget/
H A DSearchView.java653 * @param iconify a true value will collapse the SearchView to an icon, while a false will
656 public void setIconified(boolean iconify) { argument
657 if (iconify) {

Completed in 59 milliseconds