Home
last modified time | relevance | path

Searched refs:SELECTION_END (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/text/
DSelection.java50 return ((Spanned) text).getSpanStart(SELECTION_END); in getSelectionEnd()
78 text.setSpan(SELECTION_END, stop, stop, in setSelection()
101 if (text.getSpanStart(SELECTION_END) != index) in extendSelection()
102 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT); in extendSelection()
110 text.removeSpan(SELECTION_END); in removeSelection()
475 public static final Object SELECTION_END = new END(); field in Selection
DSpannableStringBuilder.java565 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd, in replace()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java325 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testToolbarAndSelectionHandle()
392 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1)); in testSelectionHandles()
417 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_bidi()
435 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testSelectionHandles_bidi()
454 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('n') + 1)); in testSelectionHandles_multiLine()
458 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('r') + 1)); in testSelectionHandles_multiLine()
482 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u0638'))); in testSelectionHandles_multiLine_rtl()
487 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u063B'))); in testSelectionHandles_multiLine_rtl()
504 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle()
520 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle_multiLine()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DCursorAnchorInfoTest.java80 final int SELECTION_END = 40; in testBuilder() local
94 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testBuilder()
108 assertEquals(SELECTION_END, info.getSelectionEnd()); in testBuilder()
133 assertEquals(SELECTION_END, info2.getSelectionEnd()); in testBuilder()
160 assertEquals(SELECTION_END, info3.getSelectionEnd()); in testBuilder()
391 final int SELECTION_END = 40; in testMatrixIsRequired() local
405 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testMatrixIsRequired()
/frameworks/base/core/tests/coretests/src/android/text/method/
DEditorState.java57 private static final String SELECTION_END = "]"; field in EditorState
110 } else if (token.equals(SELECTION_END)) { in setByString()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java186 if (what == Selection.SELECTION_END) { in onSpanChanged()
DMultiTapKeyListener.java239 if (what == Selection.SELECTION_END) { in onSpanChanged()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java296 SELECTION_END, enumConstant
/frameworks/base/core/java/android/widget/
DEditor.java2792 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
DTextView.java9463 if (what == Selection.SELECTION_END) { in spanChange()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29799 field public static final java.lang.Object SELECTION_END;
/frameworks/base/api/
Dcurrent.txt41261 field public static final java.lang.Object SELECTION_END;
Dsystem-current.txt44798 field public static final java.lang.Object SELECTION_END;