Searched refs:findLayoutAttributes (Results 1 – 6 of 6) sorted by relevance
202 List<Attr> layoutAttributes = findLayoutAttributes(mContainer); in computeChanges()
333 List<Attr> layoutAttributes = findLayoutAttributes(primary); in computeChanges()
268 List<Attr> layoutAttributes = findLayoutAttributes(layout); in computeChanges()
535 List<Attr> attributes = findLayoutAttributes(child); in removeUndefinedAttrs()
284 List<Attr> attributes = mRefactoring.findLayoutAttributes(child); in removeUndefinedAttrs()
500 protected List<Attr> findLayoutAttributes(Node root) { in findLayoutAttributes() method in VisualRefactoring