Home
last modified time | relevance | path

Searched refs:nodeSet (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java227 Set<Node> nodeSet = childrenPadding.keySet(); in combineRelativeLayout() local
229 Map<String, Node> idNodeMap = computeIdNodeMap(nodeSet); in combineRelativeLayout()
237 childrenPadding, nodeSet, idNodeMap, in combineRelativeLayout()
243 childrenPadding, nodeSet, idNodeMap, in combineRelativeLayout()
259 childrenPadding, nodeSet, idNodeMap, in combineRelativeLayout()
265 childrenPadding, nodeSet, idNodeMap, in combineRelativeLayout()
286 Set<Node> nodeSet, Map<String, Node> idNodeMap, in getBiggestMarginInDirection() argument
302 list = getMatchingNode(nodeSet, cleanUpIdReference(viewId), inverseRelation); in getBiggestMarginInDirection()
323 inverseRelation, childrenPadding, nodeSet, idNodeMap, true); in getBiggestMarginInDirection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java598 Set<Element> nodeSet = new HashSet<Element>(elements); in isContiguous() local
602 boolean in = nodeSet.contains(node); in isContiguous()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java828 Set<UiViewElementNode> nodeSet = new HashSet<UiViewElementNode>(nodes); in validateContiguous() local
832 boolean in = nodeSet.contains(node); in validateContiguous()