Searched defs:selectionEnd (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/text/method/ |
| D | BaseKeyListener.java | 102 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local 184 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/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/widget/ |
| D | Editor.java | 689 int selectionStart, selectionEnd; in selectCurrentWord() local 714 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local 760 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local 770 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 1266 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local 1285 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
|
| D | SpellChecker.java | 265 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
|
| D | NumberPicker.java | 1982 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
|
| D | TextView.java | 7301 final int selectionEnd = getSelectionEnd(); in hasSelection() local
|
| /frameworks/base/core/java/android/text/ |
| D | SpannableStringBuilder.java | 490 int selectionEnd = 0; in replace() local
|