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/ |
D | ExplodedRenderingHelper.java | 227 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/ |
D | DomUtilities.java | 598 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/ |
D | VisualRefactoring.java | 828 Set<UiViewElementNode> nodeSet = new HashSet<UiViewElementNode>(nodes); in validateContiguous() local 832 boolean in = nodeSet.contains(node); in validateContiguous()
|