We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a09b06e + 3d3e7a5 commit 44e3f88Copy full SHA for 44e3f88
core/java/android/widget/SearchView.java
@@ -576,6 +576,8 @@ public void setIconifiedByDefault(boolean iconified) {
576
/**
577
* Returns the default iconified state of the search field.
578
* @return
579
+ *
580
+ * @attr ref android.R.styleable#SearchView_iconifiedByDefault
581
*/
582
public boolean isIconfiedByDefault() {
583
return mIconifiedByDefault;
@@ -696,6 +698,8 @@ public void setMaxWidth(int maxpixels) {
696
698
* Gets the specified maximum width in pixels, if set. Returns zero if
697
699
* no maximum width was specified.
700
* @return the maximum width of the view
701
702
+ * @attr ref android.R.styleable#SearchView_maxWidth
703
704
public int getMaxWidth() {
705
return mMaxWidth;
0 commit comments