Searched defs:selectionStart (Results 1 – 3 of 3) sorted by relevance
163 final int selectionStart = getSelectionStart(); in hasSelection() local
271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
49 protected int selectionStart = 0; field in ShadowTextView