Searched defs:selectionEnd (Results 1 – 4 of 4) sorted by relevance
47 int selectionEnd = -1; in formatString() local
269 final int selectionEnd = Selection.getSelectionEnd(source); in createDummyConnectionWithSelection() local
588 final boolean selectInTextView, final int selectionStart, final int selectionEnd) in prepTextViewSync()
322 final int selectionEnd = LONG_TEXT.length(); in testAccessMovementMethod() local329 selectionStart, selectionEnd); in testAccessMovementMethod() local346 selectionStart, selectionEnd); in testAccessMovementMethod() local2918 int selectionEnd = 7; in testSelection() local2924 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in testSelection() local