Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinksTest.java290 int selectionEnd = selectionStart + selection.y; in checkXmlNavigation() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java357 int selectionEnd = selectionBegin + selectedRange.y; in addSelection() local
361 protected String addSelection(String newFileContents, int selectionBegin, int selectionEnd) { in addSelection()