Home
last modified time | relevance | path

Searched refs:parentShell (Results 1 – 17 of 17) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DWizardDialogEx.java33 public WizardDialogEx(Shell parentShell, IWizard newWizard) { in WizardDialogEx() argument
34 super(parentShell, newWizard); in WizardDialogEx()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DStringXmlPropertyDialog.java27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { in StringXmlPropertyDialog() argument
28 super(parentShell, property); in StringXmlPropertyDialog()
DFlagXmlPropertyDialog.java58 @NonNull Shell parentShell, in FlagXmlPropertyDialog()
63 super(parentShell, AdtPlugin.getDefault()); in FlagXmlPropertyDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java130 HProfHandler(Shell parentShell) { in HProfHandler() argument
131 super(parentShell); in HProfHandler()
570 private void launchSystrace(final IDevice device, final Shell parentShell) { in launchSystrace() argument
573 MessageDialog.openError(parentShell, "Systrace", in launchSystrace()
581 new ProgressMonitorDialog(parentShell).run(true, false, detector); in launchSystrace()
583 MessageDialog.openError(parentShell, in launchSystrace()
593 dlg = new SystraceOptionsDialogV1(parentShell); in launchSystrace()
603 dlg = new SystraceOptionsDialogV2(parentShell, detector.getTags(), apps); in launchSystrace()
623 MessageDialog.openError(parentShell, in launchSystrace()
636 ProgressMonitorDialog d = new ProgressMonitorDialog(parentShell); in launchSystrace()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DInputDensityDialog.java43 InputDensityDialog(Shell parentShell) { in InputDensityDialog() argument
44 super(parentShell); in InputDensityDialog()
DLintListDialog.java69 @NonNull Shell parentShell, in LintListDialog()
72 super(parentShell); in LintListDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitorDialog.java55 public LogCatMonitorDialog(Shell parentShell) { in LogCatMonitorDialog() argument
56 super(parentShell); in LogCatMonitorDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DConvertSwitchDialog.java59 public ConvertSwitchDialog(Shell parentShell, String field) { in ConvertSwitchDialog() argument
60 super(parentShell); in ConvertSwitchDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java49 public SdkLocationChooserDialog(Shell parentShell) { in SdkLocationChooserDialog() argument
50 super(parentShell); in SdkLocationChooserDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLayoutCreatorDialog.java56 public LayoutCreatorDialog(Shell parentShell, String fileName, FolderConfiguration config) { in LayoutCreatorDialog() argument
57 super(parentShell, 1, false); in LayoutCreatorDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceOptionsDialog.java82 public GLTraceOptionsDialog(Shell parentShell) { in GLTraceOptionsDialog() argument
83 this(parentShell, true, null); in GLTraceOptionsDialog()
91 public GLTraceOptionsDialog(Shell parentShell, boolean allowAppSelection, in GLTraceOptionsDialog() argument
93 super(parentShell); in GLTraceOptionsDialog()
DGLTraceCollectorDialog.java54 protected GLTraceCollectorDialog(Shell parentShell, TraceFileWriter traceFileWriter, in GLTraceCollectorDialog() argument
56 super(parentShell); in GLTraceCollectorDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialogV2.java76 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags, List<String> apps) { in SystraceOptionsDialogV2() argument
77 super(parentShell); in SystraceOptionsDialogV2()
263 private String openBrowseDialog(Shell parentShell) { in openBrowseDialog() argument
264 FileDialog fd = new FileDialog(parentShell, SWT.SAVE); in openBrowseDialog()
DSystraceOptionsDialogV1.java91 public SystraceOptionsDialogV1(Shell parentShell) { in SystraceOptionsDialogV1() argument
92 super(parentShell); in SystraceOptionsDialogV1()
303 private String openBrowseDialog(Shell parentShell) { in openBrowseDialog() argument
304 FileDialog fd = new FileDialog(parentShell, SWT.SAVE); in openBrowseDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DProjectChooserHelper.java113 public ProjectChooserHelper(Shell parentShell, IProjectChooserFilter filter) { in ProjectChooserHelper() argument
114 mParentShell = parentShell; in ProjectChooserHelper()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiFlagAttributeNode.java191 public FlagSelectionDialog(Shell parentShell, String[] currentNames) { in FlagSelectionDialog() argument
192 super(parentShell); in FlagSelectionDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java125 public AddTranslationDialog(Shell parentShell, IProject project) { in AddTranslationDialog() argument
126 super(parentShell); in AddTranslationDialog()