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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 151 mAddButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
171 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
190 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
210 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 277 mEventDisplayNewButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
289 mEventDisplayDeleteButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
301 mEventDisplayUpButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
329 mEventDisplayDownButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT);
613 widgets.mNewButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
637 widgets.mEditButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
672 widgets.mDeleteButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 247 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
258 mDeleteButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
269 mRepairButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
284 mDetailsButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
295 mStartButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
309 mRefreshButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
321 mManagerButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
    [all...]
AvdStartDialog.java 195 Button button = new Button(scaleGroup, SWT.PUSH | SWT.FLAT);
AvdCreationDialog.java 389 Button b = new Button(hwButtons, SWT.PUSH | SWT.FLAT);
407 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 297 final Button b = new Button(parent, SWT.TOGGLE | SWT.FLAT);
358 mClippingButton = new Button(labelParent, SWT.TOGGLE | SWT.FLAT);
436 mCreateButton = new Button(this, SWT.PUSH | SWT.FLAT);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 809 mPlayGpxButton = new Button(mGpxPlayControls, SWT.PUSH | SWT.FLAT);
    [all...]
  /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
surf8.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 303 milliseconds

1 2