HomeSort by relevance Sort by last modified time
    Searched full:gridlayout (Results 151 - 175 of 246) sorted by null

1 2 3 4 5 67 8 910

  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
SampleView.java 54 import org.eclipse.swt.layout.GridLayout;
201 GridLayout gridLayout = new GridLayout();
202 gridLayout.numColumns = 1;
203 composite.setLayout(gridLayout);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLFramesView.java 52 import org.eclipse.swt.layout.GridLayout;
153 GridLayout gridLayout = new GridLayout();
154 gridLayout.numColumns = 3;
155 composite.setLayout(gridLayout);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 48 import org.eclipse.swt.layout.GridLayout;
156 mTableGroup.setLayout(new GridLayout(1, false/*makeColumnsEqual*/));
181 mPackageRootComposite.setLayout(new GridLayout(4, false/*makeColumnsEqual*/));
187 mPackageTextGroup.setLayout(new GridLayout(1, false/*makeColumnsEqual*/));
242 GridLayout layout = new GridLayout();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 44 import org.eclipse.swt.layout.GridLayout;
485 GridLayout gl = new GridLayout(1, false);
494 tmp.setLayout(gl = new GridLayout(2, false));
527 top_layout.setLayout(gl = new GridLayout(4, false));
    [all...]
ScreenShotDialog.java 36 import org.eclipse.swt.layout.GridLayout;
112 shell.setLayout(new GridLayout(colCount, true));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 89 import org.eclipse.swt.layout.GridLayout;
479 GridLayout gridLayout = new GridLayout(1, false);
480 gridLayout.marginWidth = gridLayout.marginHeight = 0;
481 gridLayout.horizontalSpacing = gridLayout.verticalSpacing = 0;
482 gridLayout.marginBottom = 3;
483 wrapper.setLayout(gridLayout);
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 51 import org.eclipse.swt.layout.GridLayout;
288 top.setLayout(new GridLayout(1, true));
319 GridLayout layout = new GridLayout(1, false);
388 layout = new GridLayout(1, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 64 /** Models a GridLayout */
79 /** The GridLayout node, never null */
141 * An actual instance of a GridLayout object that this grid model corresponds to.
149 * @param node the GridLayout node
150 * @param viewObject an actual GridLayout instance, or null
390 * TODO: Consolidate with the algorithm in GridLayout to ensure we get the
399 // Horizontal GridLayout: this is the default. Row and column numbers
509 * layout data from the associated GridLayout instance (stored in
675 * Looks up the x[] and y[] locations of the columns and rows in the given GridLayout
678 * @param view the GridLayout object, which should already have performed layou
    [all...]
GridDropHandler.java 55 * GridLayout, computing guidelines, handling drops to edit the grid model, and so on.
66 * @param layout the GridLayout node
241 * Adds a horizontal match with the center axis of the GridLayout
413 * @param targetNode the GridLayout node
455 // This is implemented in GridLayout by the following grid, where
694 * @param targetNode the GridLayout node
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 44 import org.eclipse.swt.layout.GridLayout;
250 GridLayout gl;
275 buttons.setLayout(gl = new GridLayout());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 46 import org.eclipse.swt.layout.GridLayout;
102 GridLayout gl = new GridLayout(2, false);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
RemotePackagesPage.java 48 import org.eclipse.swt.layout.GridLayout;
95 parent.setLayout(new GridLayout(5, false));
124 mDescriptionContainer.setLayout(new GridLayout(1, false));
SdkUpdaterWindowImpl1.java 44 import org.eclipse.swt.layout.GridLayout;
143 GridLayout glShell = new GridLayout(2, false);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 51 import org.eclipse.swt.layout.GridLayout;
95 GridLayout glShell = new GridLayout();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskDialog.java 34 import org.eclipse.swt.layout.GridLayout;
134 mDialogShell.setLayout(new GridLayout(1, false));
139 mRootComposite.setLayout(new GridLayout(2, false));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 50 import org.eclipse.swt.layout.GridLayout;
470 parent.setLayout(new GridLayout(1, false));
473 c.setLayout(new GridLayout(1, false));
488 c.setLayout(new GridLayout(3, false));
501 c.setLayout(new GridLayout(1, false));
625 c.setLayout(new GridLayout(2, false));
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
classes_index_additions.html 230 <A HREF="pkg_android.widget.html#GridLayout" class="hiddenlink" target="rightframe"><b>GridLayout</b></A><br>
231 <A HREF="pkg_android.widget.html#GridLayout.Alignment" class="hiddenlink" target="rightframe"><b>GridLayout.Alignment</b></A><br>
232 <A HREF="pkg_android.widget.html#GridLayout.LayoutParams" class="hiddenlink" target="rightframe"><b>GridLayout.LayoutParams</b></A><br>
233 <A HREF="pkg_android.widget.html#GridLayout.Spec" class="hiddenlink" target="rightframe"><b>GridLayout.Spec</b></A><br>
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 33 import org.eclipse.swt.layout.GridLayout;
139 shell.setLayout(new GridLayout(2, true));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsDialog.java 26 import org.eclipse.swt.layout.GridLayout;
99 c.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 41 import org.eclipse.swt.layout.GridLayout;
84 composite.setLayout(new GridLayout(2, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 28 import org.eclipse.swt.layout.GridLayout;
67 container.setLayout(new GridLayout(4, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 35 import org.eclipse.swt.layout.GridLayout;
72 group.setLayout(new GridLayout());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 36 import org.eclipse.swt.layout.GridLayout;
84 composite.setLayout(new GridLayout(2, false /* makeColumnsEqualWidth */));
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 61 import org.eclipse.swt.layout.GridLayout;
277 GridLayout gl;
333 sdCardGroup.setLayout(new GridLayout(3, false));
394 snapshotGroup.setLayout(new GridLayout(3, false));
409 skinGroup.setLayout(new GridLayout(4, false));
463 hwGroup.setLayout(new GridLayout(2, false));
470 hwButtons.setLayout(gl = new GridLayout(1, false));
526 mStatusComposite.setLayout(gl = new GridLayout(2, false));
    [all...]

Completed in 489 milliseconds

1 2 3 4 5 67 8 910