Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java386 int selectionBegin = selectedRange.x; in addSelection() local
387 int selectionEnd = selectionBegin + selectedRange.y; in addSelection()
388 return addSelection(newFileContents, selectionBegin, selectionEnd); in addSelection()