Home
last modified time | relevance | path

Searched refs:selectionStartPrePaste (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DPlainTextEditText.java42 final int selectionStartPrePaste = getSelectionStart(); in onTextContextMenuItem() local
58 final int pasteStringLength = selectionStart - selectionStartPrePaste; in onTextContextMenuItem()
68 sb.replace(selectionStartPrePaste, selectionStart, url); in onTextContextMenuItem()
70 selectionStart = selectionStartPrePaste + url.length(); in onTextContextMenuItem()