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.java53 return ((Spanned) text).getSpanStart(SELECTION_END); in getSelectionEnd()
96 text.setSpan(SELECTION_END, stop, stop, Spanned.SPAN_POINT_POINT); in setSelection()
174 if (text.getSpanStart(SELECTION_END) != index) { in extendSelection()
175 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT); in extendSelection()
185 text.removeSpan(SELECTION_END); in removeSelection()
551 public static final Object SELECTION_END = new END(); field in Selection
DSpannableStringBuilder.java568 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd, in replace()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java462 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testToolbarAndSelectionHandle()
530 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1)); in testSelectionHandles()
554 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_bidi()
572 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testSelectionHandles_bidi()
592 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('n') + 1)); in testSelectionHandles_multiLine()
596 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('r') + 1)); in testSelectionHandles_multiLine()
622 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u0638'))); in testSelectionHandles_multiLine_rtl()
627 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u063B'))); in testSelectionHandles_multiLine_rtl()
644 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle()
661 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle_multiLine()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/method/
DEditorState.java55 private static final String SELECTION_END = "]"; field in EditorState
108 } 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.java313 SELECTION_END, enumConstant
/frameworks/base/core/java/android/widget/
DEditor.java179 MagnifierHandleTrigger.SELECTION_END,
185 int SELECTION_END = 2; field
2962 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
4879 case MagnifierHandleTrigger.SELECTION_END: in obtainMagnifierShowCoordinates()
4916 if (sameLineSelection && ((trigger == MagnifierHandleTrigger.SELECTION_END) ^ rtl)) { in obtainMagnifierShowCoordinates()
5688 : MagnifierHandleTrigger.SELECTION_END;
DTextView.java10674 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/non-updatable-api/
Dcurrent.txt47343 field public static final Object SELECTION_END;
/frameworks/base/api/
Dcurrent.txt47487 field public static final Object SELECTION_END;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81387 Landroid/widget/Editor$MagnifierHandleTrigger;->SELECTION_END:I