/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$ 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...] |
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...] |
NativeHeapPanel.java | 54 import org.eclipse.swt.widgets.Sash; [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 | 280 SashForm sash = new SashForm(parent, SWT.HORIZONTAL); local 281 sash.setLayoutData(new GridData(GridData.FILL_BOTH)); 282 return sash; 285 private void createListOfFilters(SashForm sash) { 286 Composite c = new Composite(sash, SWT.BORDER); 478 private void createLogTableView(SashForm sash) { 479 Composite c = new Composite(sash, SWT.NONE); [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...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |