/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | WizardDialogEx.java | 33 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/ |
D | StringXmlPropertyDialog.java | 27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { in StringXmlPropertyDialog() argument 28 super(parentShell, property); in StringXmlPropertyDialog()
|
D | FlagXmlPropertyDialog.java | 58 @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/ |
D | DeviceView.java | 130 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/ |
D | InputDensityDialog.java | 43 InputDensityDialog(Shell parentShell) { in InputDensityDialog() argument 44 super(parentShell); in InputDensityDialog()
|
D | LintListDialog.java | 69 @NonNull Shell parentShell, in LintListDialog() 72 super(parentShell); in LintListDialog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | LogCatMonitorDialog.java | 55 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/ |
D | ConvertSwitchDialog.java | 59 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/ |
D | SdkLocationChooserDialog.java | 49 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/ |
D | LayoutCreatorDialog.java | 56 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/ |
D | GLTraceOptionsDialog.java | 82 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()
|
D | GLTraceCollectorDialog.java | 54 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/ |
D | SystraceOptionsDialogV2.java | 76 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()
|
D | SystraceOptionsDialogV1.java | 91 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/ |
D | ProjectChooserHelper.java | 113 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/ |
D | UiFlagAttributeNode.java | 191 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/ |
D | AddTranslationDialog.java | 125 public AddTranslationDialog(Shell parentShell, IProject project) { in AddTranslationDialog() argument 126 super(parentShell); in AddTranslationDialog()
|