Searched refs:NO_FILTERS (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebTextView.java109 // FIXME: This can be replaced with TextView.NO_FILTERS if that
111 private static final InputFilter[] NO_FILTERS = new InputFilter[0]; field in class:WebTextView
752 setFilters(NO_FILTERS);
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java1120 private static final InputFilter[] NO_FILTERS = new InputFilter[0]; field in class:SpannableStringBuilder
1121 private InputFilter[] mFilters = NO_FILTERS;
/frameworks/base/core/java/android/widget/
H A DTextView.java884 setFilters(NO_FILTERS);
7370 private static final InputFilter[] NO_FILTERS = new InputFilter[0]; field in class:TextView
7371 private InputFilter[] mFilters = NO_FILTERS;

Completed in 73 milliseconds