Searched defs:selectionStart (Results 1 – 5 of 5) sorted by relevance
86 const {selectionStart, selectionEnd} = target; constant123 const {selectionStart, selectionEnd} = target; constant
51 public int selectionStart = -1; field in EditorState
49 protected int selectionStart = -1; field in ShadowTextView
28 protected int selectionStart = -1; field in ShadowTextView
271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local