Searched refs:selectionStart (Results 1 – 3 of 3) sorted by relevance
51 const {selectionStart, selectionEnd} = target; constant52 target.value = target.value.substring(0, selectionStart) + whitespace +54 target.selectionEnd = selectionStart + TAB_SPACES;
49 protected int selectionStart = -1; field in ShadowTextView
271 int selectionStart = Math.min(mContentText.getSelectionStart(), mContentText.getSelectionEnd()); in insertContent() local273 mContentText.getEditableText().replace(selectionStart, selectionEnd, text); in insertContent()