Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/core/java/android/text/ |
H A D | Spanned.java | 41 * 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 D | DynamicLayout.java | 163 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
|
/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedTest.java | 132 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 D | MultiTapKeyListener.java | 221 Spannable.SPAN_INCLUSIVE_INCLUSIVE); 257 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
|
/frameworks/base/core/java/android/widget/ |
H A D | DialerFilter.java | 376 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); 382 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
|
H A D | TextView.java | 2705 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 D | StringBlock.java | 189 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
|
Completed in 110 milliseconds