Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSelection.java54 return ((Spanned) text).getSpanStart(SELECTION_END); in getSelectionEnd()
97 text.setSpan(SELECTION_END, stop, stop, Spanned.SPAN_POINT_POINT); in setSelection()
175 if (text.getSpanStart(SELECTION_END) != index) { in extendSelection()
176 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT); in extendSelection()
186 text.removeSpan(SELECTION_END); in removeSelection()
646 public static final Object SELECTION_END = new END(); field in Selection
DSpannableStringBuilder.java569 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd, in replace()
/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/tests/coretests/src/android/widget/
DTextViewActivityTest.java556 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testToolbarAndSelectionHandle()
700 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1)); in testSelectionHandles()
724 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_bidi()
742 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testSelectionHandles_bidi()
762 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('n') + 1)); in testSelectionHandles_multiLine()
766 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('r') + 1)); in testSelectionHandles_multiLine()
792 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u0638'))); in testSelectionHandles_multiLine_rtl()
797 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('\u063B'))); in testSelectionHandles_multiLine_rtl()
814 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle()
831 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle_multiLine()
[all …]
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputConnectionProtoDumper.java146 proto.write(GetSurroundingText.SurroundingText.SELECTION_END, in buildGetSurroundingTextProto()
/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.java393 SELECTION_END, enumConstant
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java353 ss.setSpan(Selection.SELECTION_END, mSelectionEndIndex, mSelectionEndIndex, 0); in restoreSelectionSpans()
/frameworks/base/core/java/android/widget/
DEditor.java216 MagnifierHandleTrigger.SELECTION_END,
222 int SELECTION_END = 2; field
3471 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
5450 case MagnifierHandleTrigger.SELECTION_END: in obtainMagnifierShowCoordinates()
5496 if (sameLineSelection && ((trigger == MagnifierHandleTrigger.SELECTION_END) in obtainMagnifierShowCoordinates()
6483 : MagnifierHandleTrigger.SELECTION_END;
/frameworks/base/config/
Ddirty-image-objects592 Landroid/text/Selection;.SELECTION_END:Ljava/lang/Object; 101
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29799 field public static final java.lang.Object SELECTION_END;
/frameworks/base/core/api/
Dcurrent.txt47966 field public static final Object SELECTION_END;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66315 Landroid/widget/Editor$MagnifierHandleTrigger;->SELECTION_END:I