HomeSort by relevance Sort by last modified time
    Searched refs:findNamespaceAttributes (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 190 List<Attr> declarations = findNamespaceAttributes(mContainer);
VisualRefactoring.java 422 List<Attr> attributeNodes = findNamespaceAttributes();
448 List<Attr> attributeNodes = findNamespaceAttributes(document);
471 protected List<Attr> findNamespaceAttributes() {
473 return findNamespaceAttributes(document);
476 protected static List<Attr> findNamespaceAttributes(Document document) {
479 return findNamespaceAttributes(root);
485 protected static List<Attr> findNamespaceAttributes(Node root) {
    [all...]
WrapInRefactoring.java 240 List<Attr> declarations = findNamespaceAttributes(primary);
UseCompoundDrawableRefactoring.java 324 List<Attr> declarations = findNamespaceAttributes(layout);
ExtractIncludeRefactoring.java 484 List<Attr> attributeNodes = findNamespaceAttributes();

Completed in 72 milliseconds