Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 - 15 of 15) sorted by last modified time

/frameworks/support/core-utils/tests/java/android/support/v4/text/
H A DBidiFormatterTest.java205 CS_EN_HE.setSpan(RELATIVE_SIZE_SPAN, 0, EN.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java295 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DFlashlightTile.java112 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
H A DHotspotTile.java132 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java346 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/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java78 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java188 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
H A DSpanned.java56 * SPAN_MARK_POINT is a synonym for {@link #SPAN_INCLUSIVE_INCLUSIVE}.
76 * instead (so SPAN_INCLUSIVE_INCLUSIVE if it starts in the
98 * Spans of type SPAN_INCLUSIVE_INCLUSIVE expand
101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field in interface:Spanned
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java225 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
261 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java86 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java362 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
368 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
H A DEditor.java2470 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
2476 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
H A DTextView.java4458 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE |
4464 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java220 Spannable.SPAN_INCLUSIVE_INCLUSIVE);

Completed in 496 milliseconds