Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java101 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local
183 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java61 public int selectionStart; field in ExtractedText
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewWordLimitsTest.java91 …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/
DEditor.java658 int selectionStart, selectionEnd; in selectCurrentWord() local
683 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
728 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local
739 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1234 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local
1253 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local
3489 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
DSpellChecker.java272 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
DNumberPicker.java1925 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
DTextView.java7029 final int selectionStart = getSelectionStart(); in hasSelection() local
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java470 int selectionStart = 0; in replace() local