Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 17 of 17) sorted by relevance
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/ |
D | SpannableBuilderTest.java | 96 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/ |
D | SpannedTest.java | 139 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/ |
D | Spanned.java | 101 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
|
D | DynamicLayout.java | 194 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in DynamicLayout()
|
/frameworks/base/core/java/android/text/method/ |
D | MultiTapKeyListener.java | 228 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown() 264 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
|
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 367 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()
|
D | Editor.java | 2564 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers() 2570 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in addSpanWatchers()
|
D | TextView.java | 5370 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/ |
D | QSTileView.java | 101 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE); in handleStateChanged()
|
/frameworks/base/core/java/android/webkit/ |
D | FindActionModeCallback.java | 86 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/frameworks/support/core-utils/tests/java/android/support/v4/text/ |
D | BidiFormatterTest.java | 206 CS_EN_HE.setSpan(RELATIVE_SIZE_SPAN, 0, EN.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in testCharSequenceApis()
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 220 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SuggestionsPopupWindowTest.java | 78 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setSuggestionSpan()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPoint.java | 586 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in getSsid()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
/frameworks/base/api/ |
D | current.txt | 41345 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
D | system-current.txt | 44882 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|