Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A 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()