Home
last modified time | relevance | path

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

/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/text/method/
DBaseKeyListener.java161 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local
243 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
/frameworks/base/core/java/android/view/
DViewStructure.java167 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
/frameworks/base/core/java/android/widget/
DEditor.java808 int selectionStart, selectionEnd; in selectCurrentWord() local
835 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
894 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local
905 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1457 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local
1476 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local
1848 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local
3360 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
4138 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
DSpellChecker.java264 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
DNumberPicker.java2039 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
DTextView.java7598 final int selectionStart = getSelectionStart(); in hasSelection() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1204 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java527 int selectionStart = 0; in replace() local