Searched defs:selectionStart (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | BaseKeyListener.java | 101 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local 183 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ExtractedText.java | 58 public int selectionStart; 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 | 640 int selectionStart, selectionEnd; in selectCurrentWord() local 665 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local 710 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local 721 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 1209 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local 3407 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
|
D | SpellChecker.java | 269 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
|
D | NumberPicker.java | 1879 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
|
D | TextView.java | 6867 final int selectionStart = getSelectionStart(); in hasSelection() local
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewClassic.java | 231 int selectionStart = Selection.getSelectionStart(editable); in setTextAndKeepSelection() local 245 int selectionStart = Selection.getSelectionStart(editable); in replaceSelection() local 435 int selectionStart = Selection.getSelectionStart(editable); in setupEditorInfo() local 464 int selectionStart = Selection.getSelectionStart(editable); in updateSelection() local 491 int selectionStart = Selection.getSelectionStart(editable); in setNewText() local
|
/frameworks/base/core/java/android/text/ |
D | SpannableStringBuilder.java | 470 int selectionStart = 0; in replace() local
|