Home
last modified time | relevance | path

Searched refs:LengthFilter (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DInputFilter.java167 public static class LengthFilter implements InputFilter { class
171 public LengthFilter(int max) { in LengthFilter() method in InputFilter.LengthFilter
/aosp14/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java151 new InputFilter.LengthFilter(maxCharLength)}); in setHourFormat()
153 new InputFilter.LengthFilter(maxCharLength)}); in setHourFormat()
H A DTextView.java451 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java283 view.setFilters(new InputFilter[] { new InputFilter.LengthFilter(MAX_TEXT_LENGTH) }); in newSmallView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java838 row.header.setFilters(new InputFilter[] {new InputFilter.LengthFilter(13)}); in initRow()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14871 HSPLandroid/text/InputFilter$LengthFilter;-><init>(I)V
14872 HSPLandroid/text/InputFilter$LengthFilter;->filter(Ljava/lang/CharSequence;IILandroid/text/Spanned;…
14873 HSPLandroid/text/InputFilter$LengthFilter;->getMax()I
20948 …nReceiveContentListener;]Landroid/text/InputFilter$LengthFilter;Landroid/text/InputFilter$LengthFi…
30700 Landroid/text/InputFilter$LengthFilter;
H A Dpreloaded-classes7902 android.text.InputFilter$LengthFilter
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14935 HSPLandroid/text/InputFilter$LengthFilter;-><init>(I)V
14936 HSPLandroid/text/InputFilter$LengthFilter;->filter(Ljava/lang/CharSequence;IILandroid/text/Spanned;…
14937 HSPLandroid/text/InputFilter$LengthFilter;->getMax()I
21012 …nReceiveContentListener;]Landroid/text/InputFilter$LengthFilter;Landroid/text/InputFilter$LengthFi…
40834 Landroid/text/InputFilter$LengthFilter;
H A Dpreloaded-classes7933 android.text.InputFilter$LengthFilter
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47263 public static class InputFilter.LengthFilter implements android.text.InputFilter {
47264 ctor public InputFilter.LengthFilter(int);