HomeSort by relevance Sort by last modified time
    Searched full:childrenpadding (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 123 Map<Node, int[]> childrenPadding = new HashMap<Node, int[]>(count);
129 childrenPadding.put(child, p);
135 count = childrenPadding.size();
139 int[] p = childrenPadding.get(childrenPadding.keySet().iterator().next());
149 combineLinearLayout(childrenPadding.values(), padding, horizontal);
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
153 combineLinearLayout(childrenPadding.values(), padding, true /*true*/);
156 // combineRelativeLayout(childrenPadding, padding);
160 for (int[] p : childrenPadding.values())
    [all...]

Completed in 82 milliseconds