Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/
H A DSpanned.java41 * SPAN_MARK_POINT is a synonym for {@link #SPAN_INCLUSIVE_INCLUSIVE}.
60 * instead (so SPAN_INCLUSIVE_INCLUSIVE if it starts in the
80 * Spans of type SPAN_INCLUSIVE_INCLUSIVE expand
83 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field in interface:Spanned
H A DDynamicLayout.java163 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java132 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
135 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
138 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
141 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java221 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
257 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java376 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
382 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
H A DTextView.java2705 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE |
2709 sp.setSpan(mInput, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
2713 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java189 Spannable.SPAN_INCLUSIVE_INCLUSIVE);

Completed in 110 milliseconds