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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 57 import org.eclipse.swt.widgets.Sash;
77 private final static String PREFS_ALLOC_SASH = "allocPanel.sash"; //$NON-NLS-1$
198 // table above the sash
371 // the separating sash
372 final Sash sash = new Sash(mAllocationBase, SWT.HORIZONTAL); local
374 sash.setBackground(darkGray);
376 // the UI below the sash
386 // now setup the sash
    [all...]
ThreadPanel.java 55 import org.eclipse.swt.widgets.Sash;
72 private final static String PREFS_THREAD_SASH = "threadPanel.sash"; //$NON-NLS-1$
209 // table above the sash
279 // the separating sash
280 final Sash sash = new Sash(mThreadBase, SWT.HORIZONTAL); local
282 sash.setBackground(darkGray);
284 // the UI below the sash
319 // now setup the sash
    [all...]
NativeHeapPanel.java 54 import org.eclipse.swt.widgets.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";
682 * ------------sash---
685 * There is a sash in between the two sections, and we need to save/restore the sash
700 final Sash sash = new Sash(c, SWT.HORIZONTAL | SWT.BORDER); local
717 data.bottom = new FormAttachment(sash, 0);
726 sash.setLayoutData(sashData)
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 94 import org.eclipse.swt.widgets.Sash;
962 final Sash sash = new Sash(panelArea, SWT.HORIZONTAL); local
1161 final Sash sash = new Sash(comp, SWT.VERTICAL); local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 281 SashForm sash = new SashForm(parent, SWT.HORIZONTAL); local
282 sash.setLayoutData(new GridData(GridData.FILL_BOTH));
283 return sash;
286 private void createListOfFilters(SashForm sash) {
287 Composite c = new Composite(sash, SWT.BORDER);
479 private void createLogTableView(SashForm sash) {
480 Composite c = new Composite(sash, SWT.NONE);
    [all...]
  /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
563 /** The space between the row label and the sash line */
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 147 // Sash form
152 // Left part of Sash Form
179 // Right part of Sash form
  /external/e2fsprogs/debian/
control 12 Recommends: sash | zsh-static | busybox-static | zsh30-static
control.in 16 Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 284 // Create a sash form to separate the timeline view (on top)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
SdkUpdaterWindowImpl1.java 56 * This window has a sash, with a list of available pages on the left
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 208 /** The sash that splits the palette from the canvas. */
211 /** The sash that splits the palette from the error view.
215 /** The palette displayed on the left of the sash. */
218 /** The layout canvas displayed to the right of the sash. */
    [all...]
  /external/skia/emoji/
gmojiraw.txt     [all...]

Completed in 856 milliseconds