Home
last modified time | relevance | path

Searched defs:childrenPadding (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.java123 Map<Node, int[]> childrenPadding = new HashMap<Node, int[]>(count); in computePadding() local
213 private void combineRelativeLayout(Map<Node, int[]> childrenPadding, int[] padding) { in combineRelativeLayout()
285 String inverseRelation, Map<Node, int[]> childrenPadding, in getBiggestMarginInDirection()