Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoring.java202 int skipEnd = range.getEndOffset(); in computeChanges() local
204 skipStart, skipEnd, in computeChanges()
DVisualRefactoring.java347 IStructuredDocument doc, int skipStart, int skipEnd, in replaceIds() argument
388 if (subRegionStart >= skipStart && subRegionStart <= skipEnd) { in replaceIds()