Home
last modified time | relevance | path

Searched refs:currAttrName (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.java554 String currAttrName = null; in findSelectionInXmlFile() local
596 currAttrName = findSelectionInRegion(region, selStart); in findSelectionInXmlFile()
605 if (mTokenString != null && node != null && currAttrName != null) { in findSelectionInXmlFile()
610 validateSelectedAttribute(editor, node, currAttrName, status); in findSelectionInXmlFile()
650 String currAttrName = null; in findSelectionInRegion() local
663 currAttrName = region.getText(subRegion); in findSelectionInRegion()
700 if (text.length() > 0 && currAttrName != null) { in findSelectionInRegion()
710 return currAttrName; in findSelectionInRegion()