OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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) {
339
Composite composite =
createChildContainer
(scrolledComposite, header, SWT.NONE);
PaletteControl.java
484
protected Composite
createChildContainer
(Composite parent, Object header, int style) {
500
composite = super.
createChildContainer
(wrapper, header, style);
521
composite = super.
createChildContainer
(parent, header, style);
[
all
...]
Completed in 69 milliseconds