HomeSort by relevance Sort by last modified time
    Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/core/java/android/text/
Spanned.java 56 * 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;
DynamicLayout.java 188 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 122 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /developers/samples/android/views/TextLinkify/Application/src/main/java/com/example/android/textlinkify/
MainActivity.java 122 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 122 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 132 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
135 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
138 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
141 Spannable.SPAN_INCLUSIVE_INCLUSIVE |
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
LocaleSpanCompatUtilsTests.java 138 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE);
142 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE);
149 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE);
160 Spanned.SPAN_INCLUSIVE_INCLUSIVE | Spanned.SPAN_INTERMEDIATE);
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyListPreference.java 94 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 96 builder.setSpan(mUnderlineSpan, 2, 4, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
108 builder.setSpan(mUnderlineSpan, 1, 2, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
109 builder.setSpan(mUnderlineSpan, 3, 4, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
110 builder.setSpan(mStrikethroughSpan, 5, 6, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
111 builder.setSpan(mStrikethroughSpan, 8, 9, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
123 builder.setSpan(mUnderlineSpan, 4, 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
StaticLayoutLineBreakingTest.java 229 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
352 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
377 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
382 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
SpannableStringBuilderSpanTest.java 84 int flags[] = { Spanned.SPAN_EXCLUSIVE_EXCLUSIVE, Spanned.SPAN_INCLUSIVE_INCLUSIVE,
176 case Spanned.SPAN_INCLUSIVE_INCLUSIVE:
210 case Spanned.SPAN_INCLUSIVE_INCLUSIVE:
383 spannable.setSpan(mRecorder, 0, spannable.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
TextUtilsTest.java 148 string1.setSpan(urlSpan, 0, string1.length() - 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
187 source1.setSpan(urlSpan, 0, midPos, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
203 assertEquals(Spanned.SPAN_INCLUSIVE_INCLUSIVE, dest1.getSpanFlags(urlSpan));
534 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
545 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
548 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 127 Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 225 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
261 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
FlashlightTile.java 112 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
HotspotTile.java 132 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/java/android/widget/
DialerFilter.java 362 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
368 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 86 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
LocaleSpanCompatUtils.java 216 : Spanned.SPAN_INCLUSIVE_INCLUSIVE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SpannableStringUtilsTests.java 101 final int SPAN3_FLAGS = Spanned.SPAN_INCLUSIVE_INCLUSIVE;
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 151 span.setSpan(mPinEntryWatcher, 0, text.length(), Spannable.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
CustomTile.java 288 SpannableStringBuilder.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/java/android/content/res/
StringBlock.java 220 Spannable.SPAN_INCLUSIVE_INCLUSIVE);
  /frameworks/base/core/tests/coretests/src/android/widget/
SuggestionsPopupWindowTest.java 78 text.setSpan(span, start, end, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummary.java 192 final int FLAGS = Spannable.SPAN_INCLUSIVE_INCLUSIVE;

Completed in 1442 milliseconds

1 2