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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 202 List<Attr> layoutAttributes = findLayoutAttributes(mContainer);
WrapInRefactoring.java 333 List<Attr> layoutAttributes = findLayoutAttributes(primary);
UseCompoundDrawableRefactoring.java 268 List<Attr> layoutAttributes = findLayoutAttributes(layout);
ChangeLayoutRefactoring.java 535 List<Attr> attributes = findLayoutAttributes(child);
GridLayoutConverter.java 284 List<Attr> attributes = mRefactoring.findLayoutAttributes(child);
    [all...]
VisualRefactoring.java 500 protected List<Attr> findLayoutAttributes(Node root) {
    [all...]

Completed in 70 milliseconds