Searched defs:selectionEnd (Results 1 – 11 of 11) sorted by relevance
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | ExtractedText.java | 68 public int selectionEnd; field in ExtractedText
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| D | TextViewWordLimitsTest.java | 91 …private void verifySelectCurrentWord(Spannable text, int selectionStart, int selectionEnd, int cor… in verifySelectCurrentWord() 95 Selection.setSelection((Spannable)mTv.getText(), selectionStart, selectionEnd); in verifySelectCurrentWord() local
|
| /frameworks/base/core/java/android/text/method/ |
| D | BaseKeyListener.java | 162 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local 244 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
|
| D | ArrowKeyMovementMethod.java | 200 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local 209 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
|
| /frameworks/base/core/java/android/view/ |
| D | ViewStructure.java | 167 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
| /frameworks/base/core/java/android/widget/ |
| D | Editor.java | 808 int selectionStart, selectionEnd; in selectCurrentWord() local 835 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local 895 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local 905 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 1458 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local 1477 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local 1849 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local 4119 final int selectionEnd = mTextView.getSelectionEnd(); in updatePosition() local
|
| D | SpellChecker.java | 265 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
|
| D | NumberPicker.java | 2039 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
|
| D | TextView.java | 7599 final int selectionEnd = getSelectionEnd(); in hasSelection() local
|
| /frameworks/base/core/java/android/app/assist/ |
| D | AssistStructure.java | 1204 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|
| /frameworks/base/core/java/android/text/ |
| D | SpannableStringBuilder.java | 528 int selectionEnd = 0; in replace() local
|