Home | History | Annotate | Download | only in widget

Lines Matching refs:maxlength

424         int maxlength = -1;
592 maxlength = a.getInt(attr, -1);
881 if (maxlength >= 0) {
882 setFilters(new InputFilter[] { new InputFilter.LengthFilter(maxlength) });