HomeSort by relevance Sort by last modified time
    Searched full:composite (Results 76 - 100 of 1856) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
MainFrame.java 23 import org.eclipse.swt.widgets.Composite;
28 public class MainFrame extends Composite implements ImageViewer.StatusChangedListener {
41 public MainFrame(Composite parent, int style) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 21 import org.eclipse.swt.widgets.Composite;
28 * {@link UiFlagAttributeNode#createUiControl(Composite, org.eclipse.ui.forms.IManagedForm)}
34 public FlagValueCellEditor(Composite parent) {
ResourceValueCellEditor.java 22 import org.eclipse.swt.widgets.Composite;
29 * {@link UiFlagAttributeNode#createUiControl(Composite, org.eclipse.ui.forms.IManagedForm)}
35 public ResourceValueCellEditor(Composite parent) {
TextValueCellEditor.java 22 import org.eclipse.swt.widgets.Composite;
30 public TextValueCellEditor(Composite parent) {
  /external/ImageMagick/PerlMagick/demo/
Makefile 13 perl composite.pl
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug482.go 7 // Using the same name for a field in a composite literal and for a
gcc61265.go 7 // PR61265: The gccgo middle-end failed to represent array composite literals
issue13261.go 7 // Taking the address of a parenthesized composite literal is permitted.
issue3925.go 9 // also a test for correct line number in other malformed composite literals.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug482.go 7 // Using the same name for a field in a composite literal and for a
gcc61265.go 7 // PR61265: The gccgo middle-end failed to represent array composite literals
issue13261.go 7 // Taking the address of a parenthesized composite literal is permitted.
issue3925.go 9 // also a test for correct line number in other malformed composite literals.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 37 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);
98 setControl(composite);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 39 import org.eclipse.swt.widgets.Composite;
96 public void createControl(final Composite parent) {
97 final Composite composite = new Composite(parent, SWT.NONE); local
98 composite.setLayout(new GridLayout(2, false));
100 final Label label = new Label(composite, SWT.NONE);
105 this.mProjectsCombo = new Combo(composite, SWT.READ_ONLY);
130 setControl(composite);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 42 import org.eclipse.swt.widgets.Composite;
57 private Composite mTopComposite;
58 private Composite mErrorComposite;
72 public void createControl(Composite parent) {
79 mTopComposite = new Composite(parent, SWT.NONE);
83 // composite for the project selection.
84 Composite projectComposite = new Composite(mTopComposite, SWT.NONE);
146 // composite parent for the warning/error
148 mErrorComposite = new Composite(mTopComposite, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 23 import org.eclipse.swt.widgets.Composite;
33 public void createControl(Composite parent) {
34 Composite container = new Composite(parent, SWT.NULL);
ProjectSelectionPage.java 45 import org.eclipse.swt.widgets.Composite;
75 public void createControl(Composite parent) {
78 Composite workArea = new Composite(parent, SWT.NONE);
88 Composite listComposite = new Composite(workArea, SWT.NONE);
137 private void createSelectionButtons(Composite composite) {
138 Composite buttonsComposite = new Composite(composite, SWT.NONE)
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
BlendComposite.java 19 import java.awt.Composite;
38 public final class BlendComposite implements Composite {
123 private final BlendComposite composite; field in class:BlendComposite.BlendingContext
125 private BlendingContext(BlendComposite composite) {
126 this.composite = composite;
127 this.blender = Blender.getBlenderFor(composite);
144 float alpha = composite.getAlpha();
202 public static Blender getBlenderFor(BlendComposite composite) {
203 switch (composite.getMode())
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 9 import com.google.gwt.user.client.ui.Composite;
11 public class ToggleLink extends Composite implements ClickHandler, ToggleControl {
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetDisplay.java 7 import com.google.gwt.user.client.ui.Composite;
13 public class EmbeddedSpreadsheetDisplay extends Composite
  /external/clang/test/SemaCXX/
composite-pointer-type.cpp 56 if (p == q) // expected-warning{{comparison of distinct pointer types ('void **' and 'const void **') uses non-standard composite pointer type 'const void *const *'}}
59 return b? p : q; // expected-warning{{incompatible operand types ('void **' and 'const void **') use non-standard composite pointer type 'const void *const *'}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
AllocTrackerView.java 21 import org.eclipse.swt.widgets.Composite;
32 public void createPartControl(Composite parent) {
EmulatorControlView.java 21 import org.eclipse.swt.widgets.Composite;
31 public void createPartControl(Composite parent) {
HeapView.java 21 import org.eclipse.swt.widgets.Composite;
32 public void createPartControl(Composite parent) {

Completed in 888 milliseconds

1 2 34 5 6 7 8 91011>>