Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503b2e5a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 44e3f88f: Merge "Javadoc improvements in SearchView per API review." into jb-dev

* commit '44e3f88f':
  Javadoc improvements in SearchView per API review.
parents 462ee95f 44e3f88f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
@@ -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;