Home
last modified time | relevance | path

Searched refs:combineLinearLayout (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.java149 combineLinearLayout(childrenPadding.values(), padding, horizontal); in computePadding()
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/); in computePadding()
153 combineLinearLayout(childrenPadding.values(), padding, true /*true*/); in computePadding()
184 private void combineLinearLayout(Collection<int[]> paddings, int[] resultPadding, in combineLinearLayout() method in ExplodedRenderingHelper