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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 85 protected Composite createChildContainer(Composite parent, Object header, int style) {
342 Composite composite = createChildContainer(scrolledComposite, header, SWT.NONE);
PaletteControl.java 480 protected Composite createChildContainer(Composite parent, Object header, int style) {
496 composite = super.createChildContainer(wrapper, header, style);
517 composite = super.createChildContainer(parent, header, style);
    [all...]

Completed in 89 milliseconds