Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinksTest.java300 int selectionStart = selection.x - lineStart; in checkXmlNavigation() local
301 int selectionEnd = selectionStart + selection.y; in checkXmlNavigation()
302 if (selectionEnd > selectionStart) { in checkXmlNavigation()
304 text = text.substring(0, selectionStart) + "[^" + in checkXmlNavigation()
305 text.substring(selectionStart, selectionEnd) + "]" + in checkXmlNavigation()
308 text = text.substring(0, selectionStart) + "^" + in checkXmlNavigation()
309 text.substring(selectionStart); in checkXmlNavigation()