Searched refs:SPAN_INCLUSIVE_INCLUSIVE (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 132 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 135 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 138 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority() 141 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in checkPriority()
|
/frameworks/base/core/java/android/text/ |
D | Spanned.java | 83 public static final int SPAN_INCLUSIVE_INCLUSIVE = SPAN_MARK_POINT; field
|
D | DynamicLayout.java | 182 Spannable.SPAN_INCLUSIVE_INCLUSIVE | in DynamicLayout()
|
/frameworks/base/core/java/android/text/method/ |
D | MultiTapKeyListener.java | 221 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in onKeyDown() 257 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in Timeout()
|
/frameworks/base/core/java/android/widget/ |
D | DialerFilter.java | 364 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setLettersWatcher() 370 span.setSpan(watcher, 0, text.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setDigitsWatcher()
|
D | TextView.java | 3232 sp.setSpan(mChangeWatcher, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE | in setText() 3236 sp.setSpan(mInput, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setText() 3240 sp.setSpan(mTransformation, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/frameworks/base/core/java/android/webkit/ |
D | FindActionModeCallback.java | 81 span.setSpan(this, 0, length, Spannable.SPAN_INCLUSIVE_INCLUSIVE); in setText()
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 215 Spannable.SPAN_INCLUSIVE_INCLUSIVE); in applyStyles()
|
/frameworks/base/api/ |
D | current.txt | 20226 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|
D | 14.txt | 20226 field public static final int SPAN_INCLUSIVE_INCLUSIVE = 18; // 0x12
|