Home
last modified time | relevance | path

Searched defs:selectionStart (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java113 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices()
128 int selectionStart = textView.getSelectionStart(); in sortSelectionIndicesFromTextView() local
506 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper()
556 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection()
569 selectionStart, in onOriginalSelection() local
603 int selectionStart, int selectionEnd, in onSelectionUpdated()
628 int selectionStart, int selectionEnd, in onSelectionAction()
1110 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper()
1118 int selectionStart, int selectionEnd, LocaleList locales) { in init()
DEditText.java280 final int selectionStart = getSelectionStart(); in performStylingAction() local
DEditor.java1243 int selectionStart, selectionEnd; in selectCurrentWord() local
1270 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
1401 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local
1412 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
2078 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local
2100 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local
2665 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local
4821 final int selectionStart = mTextView.getSelectionStartTransformed(); in onGetContentRect() local
7121 final int selectionStart = TextUtils.unpackRangeStartFromLong(paragraphsRange); in updateParagraphBasedSelection() local
7127 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal()
[all …]
DSpellChecker.java290 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
DNumberPicker.java2183 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
2399 public void post(int selectionStart, int selectionEnd) { in post()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java112 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java427 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local
443 final int selectionStart = Selection.getSelectionStart(content); in deleteLineFromCursor() local
527 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java63 public int selectionStart; field in ExtractedText
DCursorAnchorInfo.java560 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
DTextAppearanceInfo.java197 final int selectionStart = textView.getSelectionStart(); in createFromTextView() local
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DBaseInputConnectionTest.java737 int selectionStart, in prepareContent()
760 int selectionStart, in verifyContent()
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java813 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
1066 int selectionStart = text != null in writeToParcel() local
/frameworks/base/core/java/android/view/
DViewStructure.java251 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
DView.java16104 int selectionStart; in traverseAtGranularity() local
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java543 int selectionStart = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java2078 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...