HomeSort by relevance Sort by last modified time
    Searched refs:rowLayout (Results 1 - 6 of 6) sorted by null

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
CaptureDisplay.java 35 import org.eclipse.swt.layout.RowLayout;
99 RowLayout rowLayout = new RowLayout(SWT.HORIZONTAL);
100 rowLayout.pack = true;
101 rowLayout.center = true;
102 sButtonBar.setLayout(rowLayout);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 46 import org.eclipse.swt.layout.RowLayout;
618 RowLayout rowLayout = new RowLayout();
619 rowLayout.wrap = true;
620 rowLayout.pack = false;
621 rowLayout.justify = true;
622 rowLayout.fill = true;
623 rowLayout.type = SWT.HORIZONTAL;
624 mBottomPanel.setLayout(rowLayout);
    [all...]
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 80 import org.eclipse.swt.layout.RowLayout;
444 RowLayout rowLayout = new RowLayout(SWT.HORIZONTAL);
445 rowLayout.marginLeft =
446 rowLayout.marginRight = rowLayout.marginTop = rowLayout.marginBottom = 0;
447 rowLayout.pack = true;
448 rowLayout.center = true
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 41 import org.eclipse.swt.layout.RowLayout;
186 RowLayout rowLayout = new RowLayout(SWT.HORIZONTAL);
187 rowLayout.marginTop = 0;
188 rowLayout.marginLeft = 0;
189 buttonForm.setLayout(rowLayout);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 91 milliseconds