Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java588 int selStart = mSelectionStart; in findSelectionInXmlFile() local
590 sdoc.getRegionAtCharacterOffset(selStart); in findSelectionInXmlFile()
596 currAttrName = findSelectionInRegion(region, selStart); in findSelectionInXmlFile()
648 private String findSelectionInRegion(IStructuredDocumentRegion region, int selStart) { in findSelectionInRegion() argument
652 int startInRegion = selStart - region.getStartOffset(); in findSelectionInRegion()