Searched defs:selectionEnd (Results 1 – 3 of 3) sorted by relevance
164 final int selectionEnd = getSelectionEnd(); in hasSelection() local
272 int selectionEnd = Math.max(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
50 protected int selectionEnd = 0; field in ShadowTextView