Skip to content

Commit 44e3f88

Browse files
Amith YamasaniAndroid (Google) Code Review
authored andcommitted
Merge "Javadoc improvements in SearchView per API review." into jb-dev
2 parents a09b06e + 3d3e7a5 commit 44e3f88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/java/android/widget/SearchView.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@ public void setIconifiedByDefault(boolean iconified) {
576576
/**
577577
* Returns the default iconified state of the search field.
578578
* @return
579+
*
580+
* @attr ref android.R.styleable#SearchView_iconifiedByDefault
579581
*/
580582
public boolean isIconfiedByDefault() {
581583
return mIconifiedByDefault;
@@ -696,6 +698,8 @@ public void setMaxWidth(int maxpixels) {
696698
* Gets the specified maximum width in pixels, if set. Returns zero if
697699
* no maximum width was specified.
698700
* @return the maximum width of the view
701+
*
702+
* @attr ref android.R.styleable#SearchView_maxWidth
699703
*/
700704
public int getMaxWidth() {
701705
return mMaxWidth;

0 commit comments

Comments
 (0)