/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
StringPropertyDialog.java | 17 import org.eclipse.swt.widgets.Composite; 73 protected Control createDialogArea(Composite parent) { 74 Composite area = (Composite) super.createDialogArea(parent);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 28 import org.eclipse.swt.widgets.Composite; 54 protected Control createDialogArea(Composite parent) { 55 Composite container = new Composite(parent, SWT.NONE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
UpdateToolsPage.java | 25 import org.eclipse.swt.widgets.Composite; 37 public void createControl(Composite parent) { 38 Composite container = new Composite(parent, SWT.NULL);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/ |
UsagePreferencePage.java | 29 import org.eclipse.swt.widgets.Composite; 51 protected Control createContents(Composite parent) { 52 Composite top = new Composite(parent, SWT.NONE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLCompositeProperty.java | 24 * A composite property is a container for multiple named properties, kind of like a dictionary. 31 /** Construct a composite property given a list of {@link IGLProperty} objects. */ 118 "Values cannot be set for composite properties."); //$NON-NLS-1$ 124 "Values cannot be obtained for composite properties."); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
TreeViewView.java | 37 import org.eclipse.swt.widgets.Composite; 49 public void createPartControl(Composite parent) { 55 Composite treeViewContainer = new Composite(parent, SWT.BORDER);
|
PixelPerfectTreeView.java | 25 import org.eclipse.swt.widgets.Composite; 37 public void createPartControl(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 43 import org.eclipse.swt.widgets.Composite; 83 public void createControl(Composite parent) { 84 Composite composite = new Composite(parent, SWT.NONE); local 85 composite.setLayout(new GridLayout(2, false)); 87 Label typeLabel = new Label(composite, SWT.NONE); 91 mTypeCombo = new Combo(composite, SWT.READ_ONLY); 95 Label idLabel = new Label(composite, SWT.NONE); 99 mIdText = new Text(composite, SWT.BORDER) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkDebuggerTab.java | 37 import org.eclipse.swt.widgets.Composite; 67 public void createControl(Composite parent) { 68 Composite comp = new Composite(parent, SWT.NONE); 149 Composite composite = new Composite(grpSharedLibraries, SWT.NONE); local 150 composite.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1)); 151 composite.setLayout(new RowLayout(SWT.VERTICAL)); 153 mAddSolibButton = new Button(composite, SWT.NONE) [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
sprite.h | 15 // composite itself to another pixel buffer of the same format. 37 // Composite the section of the Sprite contained in |src_rect| into the given
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTooltipTextProvider.java | 13 import org.eclipse.swt.widgets.Composite; 32 Composite parent,
|
/external/pixman/demos/ |
Makefile.am | 15 composite-test \ 35 composite_test_SOURCES = composite-test.c $(GTK_UTILS)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFECompositeElement.cpp | 112 FEComposite* composite = static_cast<FEComposite*>(effect); local 114 return composite->setOperation(m_svgOperator->currentValue()->enumValue()); 116 return composite->setK1(m_k1->currentValue()->value()); 118 return composite->setK2(m_k2->currentValue()->value()); 120 return composite->setK3(m_k3->currentValue()->value()); 122 return composite->setK4(m_k4->currentValue()->value());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
FlagXmlPropertyDialog.java | 35 import org.eclipse.swt.widgets.Composite; 77 protected Control createDialogArea(Composite parent) { 78 Composite container = (Composite) super.createDialogArea(parent); 85 Composite workaround = PropertyFactory.addWorkaround(container); 122 protected void createButtonsForButtonBar(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
EditorsPage.java | 34 import org.eclipse.swt.widgets.Composite; 63 Composite parent = getFieldEditorParent(); 139 Composite parent = getFieldEditorParent(); 152 public MyBooleanFieldEditor(String name, String label, Composite parent) { 156 protected Button getChangeControl(Composite parent) { 167 public DensityFieldEditor(String name, String labelText, Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
DetailsPage.java | 34 import org.eclipse.swt.widgets.Composite; 48 private Composite mTopComposite; 50 private Composite mBlankComposite; 69 public void createControl(Composite parent) { 70 mTopComposite = new Composite(parent, SWT.NONE); 75 mBlankComposite = new Composite(mTopComposite, SWT.NONE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 51 import org.eclipse.swt.widgets.Composite; 92 public void createUiControl(final Composite parent, final IManagedForm managedForm) { 113 Composite composite = toolkit.createComposite(parent); local 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE)); 117 composite.setLayout(gl); 120 toolkit.paintBordersFor(composite); 122 final Text text = toolkit.createText(composite, getCurrentValue()); 124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH) [all...] |
UiPackageAttributeNode.java | 53 import org.eclipse.swt.widgets.Composite; 92 public void createUiControl(final Composite parent, final IManagedForm managedForm) { 113 Composite composite = toolkit.createComposite(parent); local 114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE)); 117 composite.setLayout(gl); 120 toolkit.paintBordersFor(composite); 122 final Text text = toolkit.createText(composite, getCurrentValue()); 124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK 129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 300 /** If this grammar is part of a larger composite grammar via delegate 301 * statement, then this points at the composite. The composite holds 304 public CompositeGrammar composite; field in class:Grammar 515 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { 516 this.composite = composite; 519 // ensure we have the composite set to something 520 if ( composite.delegateGrammarTreeRoot==null ) { 521 composite.setDelegationRoot(this) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 39 import org.eclipse.swt.widgets.Composite; 68 private Composite mCurrentTable; 93 public void createContents(Composite parent) { 206 private Section createMasterSection(Composite parent) { 261 Composite masterTable = SectionHelper.createTableLayout(mMasterSection, 300 Composite table = useSubsections ? null : masterTable; 342 final Composite unknownTable = createSubSectionTable(toolkit, masterTable, 376 private Composite createSubSectionTable(FormToolkit toolkit, 377 Composite masterTable, String title) { 379 // The Section composite seems to ignore colspan when assigned a TableWrapData s [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 28 import org.eclipse.swt.widgets.Composite; 50 private Composite mTable; 52 public UiElementPart(Composite body, FormToolkit toolkit, ManifestEditor editor, 140 protected void setTable(Composite table) { 147 protected Composite getTable() { 157 Composite table = getTable(); 177 * {@link #insertUiAttributes(UiElementNode, Composite, IManagedForm)} to actually 185 protected void fillTable(Composite table, IManagedForm managedForm) { 204 protected int insertUiAttributes(UiElementNode uiNode, Composite table, IManagedForm managedForm) {
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_no_message_loop.cc | 105 void Composite() { 108 layer_tree_host_->Composite(gfx::FrameTime::Now()); 150 Composite(); 178 Composite(); 182 Composite();
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
font_info.cc | 156 fprintf(stderr, "Error resolving composite glyphs.\n"); 199 // Since composite glyph elements might themselves be composite, we would need 204 // if the glyph is composite, add its elements to the unresolved set. 239 // If it is composite, add all its components to the unresolved glyph set.
|
/external/sfntly/cpp/src/sample/subtly/ |
font_info.cc | 156 fprintf(stderr, "Error resolving composite glyphs.\n"); 199 // Since composite glyph elements might themselves be composite, we would need 204 // if the glyph is composite, add its elements to the unresolved set. 239 // If it is composite, add all its components to the unresolved glyph set.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
XmlEditorMultiOutline.java | 29 import org.eclipse.swt.widgets.Composite; 68 public void createControl(Composite parent) { 177 private Composite mControl; 183 public void createControl(Composite parent) { 184 mControl = new Composite(parent, SWT.NULL);
|