We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad759f9 commit 3d3e7a5Copy full SHA for 3d3e7a5
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