Searched defs:selectionStart (Results 1 – 4 of 4) sorted by relevance
46 int selectionStart = -1; in formatString() local
268 final int selectionStart = Selection.getSelectionStart(source); in createDummyConnectionWithSelection() local
588 final boolean selectInTextView, final int selectionStart, final int selectionEnd) in prepTextViewSync()
321 final int selectionStart = 10; in testAccessMovementMethod() local329 selectionStart, selectionEnd); in testAccessMovementMethod() local346 selectionStart, selectionEnd); in testAccessMovementMethod() local2917 int selectionStart = 5; in testSelection() local2919 Selection.setSelection((Spannable) mTextView.getText(), selectionStart); in testSelection() local2924 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local