Home
last modified time | relevance | path

Searched refs:declarations (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/
DUnwrapRefactoring.java190 List<Attr> declarations = findNamespaceAttributes(mContainer); in computeChanges() local
191 for (Attr attribute : declarations) { in computeChanges()
DWrapInRefactoring.java240 List<Attr> declarations = findNamespaceAttributes(primary); in computeChanges() local
241 for (Attr attribute : declarations) { in computeChanges()
DUseCompoundDrawableRefactoring.java324 List<Attr> declarations = findNamespaceAttributes(layout); in computeChanges() local
325 for (Attr attribute : declarations) { in computeChanges()
/sdk/
Dchanges.txt53 * Find typos in XML namespace declarations, as well as unused custom
54 namespace declarations and usages of custom namespaces in library
/sdk/eclipse/
Dchanges.txt416 references to their XML declarations, from the manifest file to
418 to the XML declarations, etc.