Home | History | Annotate | Download | only in widget

Lines Matching refs:maxLength

945         int maxlength = -1;
1142 maxlength = a.getInt(attr, -1);
1504 if (maxlength >= 0) {
1505 setFilters(new InputFilter[] { new InputFilter.LengthFilter(maxlength) });
10707 int maxLength = -1;
10710 maxLength = ((InputFilter.LengthFilter) filter).getMax();
10714 structure.setMaxTextLength(maxLength);