Home
last modified time | relevance | path

Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
DSpannableBuilderTest.java96 spannable.setSpan(mWatcher, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testSetAndGetSpan()
107 assertEquals(Spanned.SPAN_INCLUSIVE_INCLUSIVE, spannable.getSpanFlags(mWatcher)); in testSetAndGetSpan()
119 spannable.setSpan(mWatcher, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testNextSpanTransition()
128 spannable.setSpan(mWatcher, 0, spannable.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testBlocksSpanCallbacks_forEmojiSpans()
160 spannable.setSpan(mWatcher, 0, spannable.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesNotBlockSpanCallbacks_forNonEmojiSpans()
191 spannable.setSpan(textWatcher, 0, spannable.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesNotBlockSpanCallbacksForOtherWatchers()
192 spannable.setSpan(spanWatcher, 0, spannable.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testDoesNotBlockSpanCallbacksForOtherWatchers()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java139 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
142 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
145 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
148 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
/frameworks/base/core/java/android/text/
DSpanned.java101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
DDynamicLayout.java194 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in DynamicLayout()
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java228 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown()
264 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
/frameworks/base/core/java/android/widget/
DDialerFilter.java367 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setLettersWatcher()
373 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setDigitsWatcher()
DEditor.java2564 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
2570 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
DTextView.java5370 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE
5376 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileView.java101 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE); in handleStateChanged()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java86 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
/frameworks/support/core-utils/tests/java/android/support/v4/text/
DBidiFormatterTest.java206 CS_EN_HE.setSpan(RELATIVE_SIZE_SPAN, 0, EN.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testCharSequenceApis()
/frameworks/base/core/java/android/content/res/
DStringBlock.java220 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java78 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setSuggestionSpan()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java586 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in getSsid()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
/frameworks/base/api/
Dcurrent.txt41345 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
Dsystem-current.txt44882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12