Home
last modified time | relevance | path

Searched refs:idNodeMap (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/
DExplodedRenderingHelper.java229 Map<String, Node> idNodeMap = computeIdNodeMap(nodeSet); in combineRelativeLayout() local
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
296 toLeftOf = idNodeMap.get(cleanUpIdReference(toLeftOfRef)); in getBiggestMarginInDirection()
323 inverseRelation, childrenPadding, nodeSet, idNodeMap, true); in getBiggestMarginInDirection()