HomeSort by relevance Sort by last modified time
    Searched full:sash (Results 1 - 25 of 25) sorted by null

  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/ui/dialogs/
AcceptLicensesDialog.java 108 //create sash
109 SashForm sash = new SashForm(mainComposite, SWT.HORIZONTAL); local
110 sash.setLayoutData(new GridData(GridData.FILL_BOTH));
115 table = new Table(sash, SWT.BORDER | SWT.SINGLE);
116 SashForm sashLeft = new SashForm(sash, SWT.VERTICAL);
121 sash.setWeights(new int[]
134 table = new Table(sash, SWT.BORDER | SWT.SINGLE);
135 licenseArea = new Text(sash, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL | SWT.WRAP);
137 sash.setWeights(new int[]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 55 import org.eclipse.swt.widgets.Sash;
72 private final static String PREFS_THREAD_SASH = "threadPanel.sash"; //$NON-NLS-1$
218 // table above the sash
290 // the separating sash
291 final Sash sash = new Sash(mThreadBase, SWT.HORIZONTAL); local
293 sash.setBackground(darkGray);
295 // the UI below the sash
330 // now setup the sash
    [all...]
AllocationPanel.java 57 import org.eclipse.swt.widgets.Sash;
78 private final static String PREFS_ALLOC_SASH = "allocPanel.sash"; //$NON-NLS-1$
208 // table above the sash
383 // the separating sash
384 final Sash sash = new Sash(mAllocationBase, SWT.HORIZONTAL); local
386 sash.setBackground(darkGray);
388 // the UI below the sash
398 // now setup the sash
    [all...]
NativeHeapPanel.java 54 import org.eclipse.swt.widgets.Sash;
    [all...]
  /tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/
VideoPlayerComposite.java 162 public void adjustMediaPlayerSize(SashForm sash)
167 Point viewSize = sash.getSize();
195 sash.getChildren()[0].getSize().y - titleLineSize - 20 < (int) (browserSize.x * PLAYER_HEIGHT_RATE)
196 ? sash.getChildren()[0].getSize().y - titleLineSize - 20
212 // sashResized indicates that the sash division was moved
231 sash.setWeights(sash.getWeights());
MOTODEVVideosView.java 128 private SashForm sash; field in class:MOTODEVVideosView
322 sash = new SashForm(container, SWT.VERTICAL | SWT.SMOOTH | SWT.BORDER);
324 sash.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
327 createMediaPlayerAndToolbarArea(sash);
330 createVideosListArea(sash);
333 sash.getChildren()[0].addControlListener(new ControlListener()
337 videoPlayerArea.adjustMediaPlayerSize(sash);
346 sash.setWeights(new int[]
738 videoPlayerArea.adjustMediaPlayerSize(sash);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 60 import org.eclipse.swt.widgets.Sash;
122 private static final String PREFS_SASH_HEIGHT_PERCENT = "nativeheap.sash.percent";
691 * ------------sash---
694 * There is a sash in between the two sections, and we need to save/restore the sash
709 final Sash sash = new Sash(c, SWT.HORIZONTAL | SWT.BORDER); local
726 data.bottom = new FormAttachment(sash, 0);
735 sash.setLayoutData(sashData)
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 94 import org.eclipse.swt.widgets.Sash;
987 final Sash sash = new Sash(panelArea, SWT.HORIZONTAL); local
1187 final Sash sash = new Sash(comp, SWT.VERTICAL); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 20 * Instances of the class <code>SelfOrientingSashForm</code> implement a sash form that will
22 * client area. This is done so that the sash form can be placed in a view that will sometimes be
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 385 SashForm sash = new SashForm(parent, SWT.HORIZONTAL); local
386 sash.setLayoutData(new GridData(GridData.FILL_BOTH));
387 return sash;
390 private void createListOfFilters(SashForm sash) {
391 Composite c = new Composite(sash, SWT.BORDER);
598 private void createLogTableView(SashForm sash) {
599 Composite c = new Composite(sash, SWT.NONE);
    [all...]
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorView.java 102 // draw the canvas with border, so the divider area for sash form can be highlighted
221 // right sash is split into 2 parts: upper-right and lower-right
  /external/libvpx/examples/includes/geshi/geshi/
bash.php 151 'sash', 'scp', 'screen', 'sed', 'seq', 'sendmail', 'setfont',
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 97 // Create a sash form to separate the timeline view (on top)
TimeLineView.java 187 // Create a sash form for holding two canvas views, one for the
193 // Create a composite for the left side of the sash
212 // Create another composite for the right side of the sash
574 /** The space between the row label and the sash line */
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 148 // Sash form
153 // Left part of Sash Form
180 // Right part of Sash form
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 276 // Create a sash form to separate the timeline view (on top)
  /external/e2fsprogs/debian/
control.in 16 Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 248 /** The sash that splits the palette from the error view.
252 /** The palette displayed on the left of the sash. */
255 /** The layout canvas displayed to the right of the sash. */
    [all...]
OutlinePage.java 241 // and the tree control, so return the actual root (a sash form) rather
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 808 * Draws that resize band, {@link Sash} like.
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 91 // TODO: add sash to resize chart and table
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 
  /external/skia/emoji/
gmojiraw.txt     [all...]

Completed in 1892 milliseconds