Searched refs:selectionEnd (Results 1 – 3 of 3) sorted by relevance
50 protected int selectionEnd = 0; field in ShadowTextView86 boolean isSelectEndAtEnd = selectionEnd == this.text.length(); in append()98 selectionEnd = this.text.length(); in append()494 selectionEnd = end; in setSelection()504 return selectionEnd; in getSelectionEnd()
164 final int selectionEnd = getSelectionEnd(); in hasSelection() local166 return selectionStart >= 0 && selectionStart != selectionEnd; in hasSelection()
271 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local272 mContentText.getEditableText().replace(selectionStart, selectionEnd, text); in insertContent()