Searched defs:selectionEnd (Results 1 – 5 of 5) sorted by relevance
164 final int selectionEnd = getSelectionEnd(); in hasSelection() local
311 public void setSelection (int selectionStart, int selectionEnd) { in setSelection()
609 public void setSelection (int selectionStart, int selectionEnd) { in setSelection()
272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
50 protected int selectionEnd = 0; field in ShadowTextView