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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 51 private Composite mComposite;
68 mComposite = new Composite(parent, SWT.NONE);
71 mComposite.setLayout(layout);
72 GridDataFactory.fillDefaults().grab(true, true).applyTo(mComposite);
74 Label l = new Label(mComposite, SWT.NONE);
78 mSizeLabel = new Label(mComposite, SWT.NONE);
81 l = new Label(mComposite, SWT.NONE);
85 mUsageLabel = new Label(mComposite, SWT.NONE);
88 l = new Label(mComposite, SWT.NONE);
92 mTypeLabel = new Label(mComposite, SWT.NONE)
    [all...]

Completed in 477 milliseconds