Searched refs:LengthFilter (Results 1 – 11 of 11) sorted by relevance
167 public static class LengthFilter implements InputFilter { class171 public LengthFilter(int max) { in LengthFilter() method in InputFilter.LengthFilter
151 new InputFilter.LengthFilter(maxCharLength)}); in setHourFormat()153 new InputFilter.LengthFilter(maxCharLength)}); in setHourFormat()
451 private InputFilter.LengthFilter mSingleLineLengthFilter = null;1821 mSingleLineLengthFilter = new InputFilter.LengthFilter(1828 setFilters(new InputFilter[] { new InputFilter.LengthFilter(maxlength) });11947 if (filter instanceof InputFilter.LengthFilter) return; in applySingleLine()11951 mSingleLineLengthFilter = new InputFilter.LengthFilter( in applySingleLine()13580 if (filter instanceof InputFilter.LengthFilter) { in onProvideStructure()13581 maxLength = ((InputFilter.LengthFilter) filter).getMax(); in onProvideStructure()13762 if (filter instanceof InputFilter.LengthFilter) { in onInitializeAccessibilityNodeInfoInternal()13763 info.setMaxTextLength(((InputFilter.LengthFilter) filter).getMax()); in onInitializeAccessibilityNodeInfoInternal()
283 view.setFilters(new InputFilter[] { new InputFilter.LengthFilter(MAX_TEXT_LENGTH) }); in newSmallView()
838 row.header.setFilters(new InputFilter[] {new InputFilter.LengthFilter(13)}); in initRow()
14871 HSPLandroid/text/InputFilter$LengthFilter;-><init>(I)V14872 HSPLandroid/text/InputFilter$LengthFilter;->filter(Ljava/lang/CharSequence;IILandroid/text/Spanned;…14873 HSPLandroid/text/InputFilter$LengthFilter;->getMax()I20948 …nReceiveContentListener;]Landroid/text/InputFilter$LengthFilter;Landroid/text/InputFilter$LengthFi…30700 Landroid/text/InputFilter$LengthFilter;
7902 android.text.InputFilter$LengthFilter
14935 HSPLandroid/text/InputFilter$LengthFilter;-><init>(I)V14936 HSPLandroid/text/InputFilter$LengthFilter;->filter(Ljava/lang/CharSequence;IILandroid/text/Spanned;…14937 HSPLandroid/text/InputFilter$LengthFilter;->getMax()I21012 …nReceiveContentListener;]Landroid/text/InputFilter$LengthFilter;Landroid/text/InputFilter$LengthFi…40834 Landroid/text/InputFilter$LengthFilter;
7933 android.text.InputFilter$LengthFilter
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
47263 public static class InputFilter.LengthFilter implements android.text.InputFilter {47264 ctor public InputFilter.LengthFilter(int);