HomeSort by relevance Sort by last modified time
    Searched refs:mNewButton (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 101 private Button mNewButton;
278 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
279 mNewButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
280 mNewButton.setText("New...");
281 mNewButton.addSelectionListener(new SelectionAdapter() {
493 mNewButton.setEnabled(false);
502 mNewButton.setEnabled(false);
508 mNewButton.setEnabled(true); // always true to create new devices.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 94 private Button mNewButton;
100 mNewButton.setEnabled(enable);
611 widgets.mNewButton = new Button(rightControls, SWT.PUSH | SWT.FLAT);
612 widgets.mNewButton.setText("New...");
613 widgets.mNewButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
614 widgets.mNewButton.setEnabled(false);
615 widgets.mNewButton.addSelectionListener(new SelectionAdapter() {
730 mValueSelection.mNewButton.setEnabled(status);
731 mOccurrenceSelection.mNewButton.setEnabled(status);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 87 private Button mNewButton;
251 mNewButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
252 mNewButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
253 mNewButton.setText("New...");
254 mNewButton.setToolTipText("Creates a new AVD.");
255 mNewButton.addSelectionListener(new SelectionAdapter() {
615 if (mNewButton != null) {
616 mNewButton.setEnabled(mIsEnabled);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 84 private Button mNewButton;
229 mNewButton = new Button(top, SWT.NONE);
235 mNewButton.setText(title);
237 mNewButton.addSelectionListener(new SelectionAdapter() {
483 mNewButton.setEnabled(!isSystem && ResourceHelper.canCreateResourceType(mResourceType));

Completed in 46 milliseconds