Searched refs:mBase (Results 1 - 2 of 2) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DThreadPanel.java81 private Composite mBase; field in class:ThreadPanel
202 mBase = new Composite(parent, SWT.NONE);
203 mBase.setLayout(new StackLayout());
206 mNotEnabled = new Label(mBase, SWT.CENTER | SWT.WRAP);
211 mNotSelected = new Label(mBase, SWT.CENTER | SWT.WRAP);
215 mThreadBase = new Composite(mBase, SWT.NONE);
372 ((StackLayout)mBase.getLayout()).topControl = mNotSelected;
374 return mBase;
453 ((StackLayout)mBase.getLayout()).topControl = mNotEnabled;
459 ((StackLayout)mBase
[all...]
H A DNativeHeapPanel.java88 private Composite mBase; field in class:NativeHeapPanel
487 mBase = new Composite(parent, SWT.NONE);
491 mBase.setLayout(gl);
492 mBase.setLayoutData(new GridData(GridData.FILL_BOTH));
495 Composite tmp = new Composite(mBase, SWT.NONE);
529 Composite top_layout = new Composite(mBase, SWT.NONE);
563 FileDialog fileDialog = new FileDialog(mBase.getShell(), SWT.SAVE);
636 mTopStackComposite = new Composite(mBase, SWT.NONE);
650 //mImage = new Label(mBase, SWT.NONE);
652 mBase
[all...]

Completed in 129 milliseconds