Searched refs:selectionEnd (Results 1 – 4 of 4) 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()
50 protected int selectionEnd = -1; field in ShadowTextView
272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local273 mContentText.getEditableText().replace(selectionStart, selectionEnd, text); in insertContent()