Searched refs:selectionStartPrePaste (Results 1 – 1 of 1) sorted by relevance
42 final int selectionStartPrePaste = getSelectionStart(); in onTextContextMenuItem() local58 final int pasteStringLength = selectionStart - selectionStartPrePaste; in onTextContextMenuItem()68 sb.replace(selectionStartPrePaste, selectionStart, url); in onTextContextMenuItem()70 selectionStart = selectionStartPrePaste + url.length(); in onTextContextMenuItem()