Loading core/java/android/widget/SearchView.java +4 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { /** * Returns the default iconified state of the search field. * @return * * @attr ref android.R.styleable#SearchView_iconifiedByDefault */ public boolean isIconfiedByDefault() { return mIconifiedByDefault; Loading Loading @@ -696,6 +698,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { * Gets the specified maximum width in pixels, if set. Returns zero if * no maximum width was specified. * @return the maximum width of the view * * @attr ref android.R.styleable#SearchView_maxWidth */ public int getMaxWidth() { return mMaxWidth; Loading Loading
core/java/android/widget/SearchView.java +4 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { /** * Returns the default iconified state of the search field. * @return * * @attr ref android.R.styleable#SearchView_iconifiedByDefault */ public boolean isIconfiedByDefault() { return mIconifiedByDefault; Loading Loading @@ -696,6 +698,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView { * Gets the specified maximum width in pixels, if set. Returns zero if * no maximum width was specified. * @return the maximum width of the view * * @attr ref android.R.styleable#SearchView_maxWidth */ public int getMaxWidth() { return mMaxWidth; Loading