Searched refs:nodeSet (Results 1 – 1 of 1) 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()
|