Searched defs:selectionStart (Results 1 – 5 of 5) sorted by relevance
163 final int selectionStart = getSelectionStart(); in hasSelection() local
311 public void setSelection (int selectionStart, int selectionEnd) { in setSelection()
81 protected int cursor, selectionStart; field in TextField609 public void setSelection (int selectionStart, int selectionEnd) { in setSelection()
271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local
49 protected int selectionStart = 0; field in ShadowTextView