Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java422 List<Attr> attributeNodes = findNamespaceAttributes(); in getAndroidNamespacePrefix()
448 List<Attr> attributeNodes = findNamespaceAttributes(document); in getAndroidNamespacePrefix()
471 protected List<Attr> findNamespaceAttributes() { in findNamespaceAttributes() method in VisualRefactoring
473 return findNamespaceAttributes(document); in findNamespaceAttributes()
476 protected static List<Attr> findNamespaceAttributes(Document document) { in findNamespaceAttributes() method in VisualRefactoring
479 return findNamespaceAttributes(root); in findNamespaceAttributes()
485 protected static List<Attr> findNamespaceAttributes(Node root) { in findNamespaceAttributes() method in VisualRefactoring
DUnwrapRefactoring.java190 List<Attr> declarations = findNamespaceAttributes(mContainer); in computeChanges()
DWrapInRefactoring.java240 List<Attr> declarations = findNamespaceAttributes(primary); in computeChanges()
DUseCompoundDrawableRefactoring.java324 List<Attr> declarations = findNamespaceAttributes(layout); in computeChanges()
DExtractIncludeRefactoring.java484 List<Attr> attributeNodes = findNamespaceAttributes();