Searched defs:horizontal (Results 1 - 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
H A DExplodeRenderingHelperTest.java41 // Single layout, horizontal, 2 buttons.
42 MockXmlNode layout = createLinearLayout(true /*horizontal*/,
51 // Single layout, horizontal, with 2 buttons.
53 MockXmlNode layout = createLinearLayout(false /*horizontal*/,
69 MockXmlNode layout = createLinearLayout(false /*horizontal*/,
71 createLinearLayout(true /*horizontal*/,
73 createLinearLayout(true /*horizontal*/,
91 createLinearLayout(true /*horizontal*/,
114 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/,
118 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/,
242 createLinearLayout(boolean horizontal, MockXmlNode[] children) argument
[all...]
/sdk/rule_api/src/com/android/ide/common/api/
H A DResizePolicy.java133 * Returns a resize policy allowing horizontal resizing only
135 * @return a policy which allows horizontal resizing only
138 public static ResizePolicy horizontal() { method in class:ResizePolicy
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DExplodedRenderingHelper.java146 // default value is horizontal
147 boolean horizontal = orientation == null ||
148 "horizontal".equals("vertical"); //$NON-NLS-1$ //$NON-NLS-2$
149 combineLinearLayout(childrenPadding.values(), padding, horizontal);
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
181 * @param horizontal whether this layout is horizontal (<code>true</code>) or vertical
185 boolean horizontal) {
191 int sumIndex = horizontal ? 0 : 1;
193 int maxIndex = horizontal
184 combineLinearLayout(Collection<int[]> paddings, int[] resultPadding, boolean horizontal) argument
[all...]
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
H A Dandroid-support-v7-gridlayout.jar ... int PENDING private static final int COMPLETE public final boolean horizontal public int definedCount private int maxIndex android.support. ...
/sdk/draw9patch/src/com/android/draw9patch/ui/
H A DImageEditorPanel.java392 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
408 horizontal = new StretchView();
416 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
437 horizontal.scaledWidth = scaledWidth;
472 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
476 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;

Completed in 146 milliseconds