HomeSort by relevance Sort by last modified time
    Searched refs:FLAT (Results 1 - 25 of 40) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 160 mAddButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
180 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
199 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
219 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 275 mEventDisplayNewButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
287 mEventDisplayDeleteButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
299 mEventDisplayUpButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
327 mEventDisplayDownButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
611 widgets.mNewButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
635 widgets.mEditButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
670 widgets.mDeleteButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 249 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
260 mDeleteButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
271 mRepairButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
286 mDetailsButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
297 mStartButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
311 mRefreshButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
323 mManagerButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
    [all...]
AvdStartDialog.java 195 Button button = new Button(scaleGroup, SWT.PUSH | SWT.FLAT);
AvdCreationDialog.java 390 Button b = new Button(hwButtons, SWT.PUSH | SWT.FLAT);
408 mDeleteHardwareProp = new Button(hwButtons, SWT.PUSH | SWT.FLAT);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 338 super(FLAT); // use "flat" layout
374 super(FLAT); // use "flat" layout
408 super(FLAT); // use "flat" layout
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 279 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
329 mEditButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
364 mCopyButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
422 mDeleteButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
ConfigurationComposite.java 324 final Button b = new Button(parent, SWT.TOGGLE | SWT.FLAT);
385 mClippingButton = new Button(labelParent, SWT.TOGGLE | SWT.FLAT);
489 mCreateButton = new Button(this, SWT.PUSH | SWT.FLAT);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 807 mPlayGpxButton = new Button(mGpxPlayControls, SWT.PUSH | SWT.FLAT);
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 80 .MODEL FLAT
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 43 * <p/>Also set the button to {@link SWT#FLAT} to make sure it looks good on MacOS X.
71 Button result = new Button(parent, SWT.DOWN | SWT.FLAT);
  /external/quake/quake/src/QW/client/
d_scana.asm 2 .model FLAT
r_varsa.asm 2 .model FLAT
sys_wina.asm 2 .model FLAT
d_varsa.asm 2 .model FLAT
r_aclipa.asm 2 .model FLAT
r_aliasa.asm 2 .model FLAT
snd_mixa.asm 2 .model FLAT
math.asm 2 .model FLAT
surf16.asm 2 .model FLAT
d_parta.asm 2 .model FLAT
r_drawa.asm 2 .model FLAT
r_edgea.asm 2 .model FLAT
  /external/zlib/contrib/masm686/
match.asm 19 .MODEL FLAT
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 217 ToolBarManager manager = new ToolBarManager(SWT.FLAT);
    [all...]

Completed in 216 milliseconds

1 2