Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapRefactoring.java202 List<Attr> layoutAttributes = findLayoutAttributes(mContainer); in computeChanges()
DWrapInRefactoring.java333 List<Attr> layoutAttributes = findLayoutAttributes(primary); in computeChanges()
DUseCompoundDrawableRefactoring.java268 List<Attr> layoutAttributes = findLayoutAttributes(layout); in computeChanges()
DChangeLayoutRefactoring.java535 List<Attr> attributes = findLayoutAttributes(child); in removeUndefinedAttrs()
DGridLayoutConverter.java284 List<Attr> attributes = mRefactoring.findLayoutAttributes(child); in removeUndefinedAttrs()
DVisualRefactoring.java500 protected List<Attr> findLayoutAttributes(Node root) { in findLayoutAttributes() method in VisualRefactoring