HomeSort by relevance Sort by last modified time
    Searched refs:HORIZONTAL (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 45 btnSizer = wx.BoxSizer(wx.HORIZONTAL)
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 131 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL);
TabScrollView.java 72 mContentView.setOrientation(LinearLayout.HORIZONTAL);
NavTabScroller.java 93 mContentView.setOrientation(LinearLayout.HORIZONTAL);
121 if (orientation == LinearLayout.HORIZONTAL) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 81 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 105 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 76 Label l = new Label(getFieldEditorParent(), SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 299 mProgressBar = new ProgressBar(mStatusBar, SWT.HORIZONTAL | SWT.INDETERMINATE | SWT.SMOOTH);
407 SashForm mainSash = new SashForm(mTreeViewPanel, SWT.HORIZONTAL | SWT.SMOOTH);
444 RowLayout rowLayout = new RowLayout(SWT.HORIZONTAL);
524 SashForm mainSash = new SashForm(mPixelPerfectPanel, SWT.HORIZONTAL | SWT.SMOOTH);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 114 Label l = new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/codegeneration/
CreateSampleDatabaseActivityColumnsPage.java 121 buttonsComposite.setLayout(new RowLayout(SWT.HORIZONTAL));
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/elements/
FileChooser.java 132 buttonsComposite.setLayout(new RowLayout(SWT.HORIZONTAL));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 129 private int mNavigationBarOrientation = LinearLayout.HORIZONTAL;
251 So we create a horizontal layout, with the nav bar on the right,
257 topLayout.setOrientation(LinearLayout.HORIZONTAL);
303 // this top layout is the first layout in the horizontal layout. see above)
364 if (mNavigationBarOrientation == LinearLayout.HORIZONTAL &&
369 hardwareConfig.getDensity(), LinearLayout.HORIZONTAL);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 156 * The horizontal orientation.
158 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
218 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
286 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
306 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
317 * orientation as {@code HORIZONTAL} - because {@code TextView} is capable of
321 * GridLayout, so it's fine to leave GridLayout in {@code HORIZONTAL} mode even if
324 * The default value of this property is {@link #HORIZONTAL}
1167 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 155 * The horizontal orientation.
157 public static final int HORIZONTAL = LinearLayout.HORIZONTAL;
218 private static final int DEFAULT_ORIENTATION = HORIZONTAL;
290 * @return either {@link #HORIZONTAL} or {@link #VERTICAL}
304 * The default value of this property is {@link #HORIZONTAL}.
306 * @param orientation either {@link #HORIZONTAL} or {@link #VERTICAL}
521 * When this property is {@code false} GridLayout is at liberty to place the horizontal column
557 static Alignment getAlignment(int gravity, boolean horizontal) {
558 int mask = horizontal ? HORIZONTAL_GRAVITY_MASK : VERTICAL_GRAVITY_MASK
1095 public final boolean horizontal; field in class:GridLayout.Axis
    [all...]
  /external/v8/test/mjsunit/third_party/
string-trim.js 48 {s : '\u0009', t : 'HORIZONTAL TAB'},
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorView.java 96 SashForm baseSash = new SashForm(this, SWT.HORIZONTAL);
222 // both are composites with borders, so that the horizontal divider can be highlighted by
267 grpNodeDetail.setLayout(new FillLayout(SWT.HORIZONTAL));
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/ui/
AbstractLayoutItemsDialog.java 158 Label separator = new Label(mainComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
164 separator = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 38 * This layout supports two different orientations: vertical and horizontal. When horizontal,
55 * orientation: horizontal or vertical
62 public static final int HORIZONTAL = 0;
122 * Return the current orientation, either VERTICAL (default) or HORIZONTAL.
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 343 filterLabelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 52 * This is basically an horizontal layout that loads a given layout on creation (it is read
67 if (orientation == LinearLayout.HORIZONTAL) {
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 150 tw.setOrientation(TabWidget.HORIZONTAL);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 158 tw.setOrientation(TabWidget.HORIZONTAL);
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 153 setOrientation(LinearLayout.HORIZONTAL); // Always horizontal
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsDialog.java 239 Label l = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 88 RowLayout layout = new RowLayout(SWT.HORIZONTAL);

Completed in 829 milliseconds

1 23 4 5 6 7