| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
| D | OpenWizardAction.java | 137 Shell parent = window.getShell(); in run() 146 Point defaultSize = dialog.getShell().getSize(); in run() 147 dialog.getShell().setSize( in run() 150 window.getWorkbench().getHelpSystem().setHelp(dialog.getShell(), in run()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
| D | FlagValueCellEditor.java | 42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
|
| D | ResourceValueCellEditor.java | 43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
|
| D | SectionHelper.java | 297 final DefaultInformationControl ic = new DefaultInformationControl(control.getShell()); in addControlTooltip()
|
| /development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
| D | UpdaterWindowImpl.java | 215 private Shell getShell() { in getShell() method in UpdaterWindowImpl 253 mUpdaterData.setWindowShell(getShell()); in postCreate() 254 mTaskFactory = new ProgressTaskFactory(getShell()); in postCreate() 256 mUpdaterData.setImageFactory(new ImageFactory(getShell().getDisplay())); in postCreate()
|
| D | LocalPackagesPage.java | 282 if (MessageDialog.openQuestion(getShell(), title, msg)) { in onDeleteSelected() 296 MessageDialog.openError(getShell(), title, error); in onDeleteSelected()
|
| D | UpdateChooserDialog.java | 283 getShell().setText("Choose Packages to Install"); in create() 320 getShell().setImage(imgFactory.getImageByName(imageName)); in setWindowImage() 350 sLastSize = getShell().getSize(); in close()
|
| D | RemotePackagesPage.java | 333 InputDialog dlg = new InputDialog(getShell(), title, msg, null, new IInputValidator() { in onAddSiteSelected() 380 if (MessageDialog.openQuestion(getShell(), title, msg)) { in onRemoveSiteSelected()
|
| /development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
| D | DeviceExplorer.java | 480 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE); in pullSelection() 493 DirectoryDialog directoryDialog = new DirectoryDialog(mParent.getShell(), SWT.SAVE); in pullSelection() 520 FileDialog dlg = new FileDialog(mParent.getShell(), SWT.OPEN); in pushIntoSelection() 657 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pullSelection() 690 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pullFile() 722 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pushFiles() 754 new ProgressMonitorDialog(mParent.getShell()).run(true, true, in pushFile()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/ |
| D | StubProjectWizard.java | 82 public Shell getShell() { in getContainer() method in StubProjectWizard
|
| /development/tools/ddms/app/src/com/android/ddms/ |
| D | DropdownSelectionListener.java | 43 mMenu = new Menu(item.getParent().getShell(), SWT.POP_UP); in DropdownSelectionListener()
|
| /development/tools/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
| D | AboutPage.java | 58 Image img = new Image(parent.getShell().getDisplay(), imageStream); in createContents()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
| D | KeystoreSelectionPage.java | 91 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN); in createControl() 94 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE); in createControl()
|
| D | ProjectCheckPage.java | 74 mProjectChooserHelper = new ProjectChooserHelper(parent.getShell()); in createControl()
|
| /development/tools/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
| D | HardwarePropertyChooser.java | 115 getShell().pack(); in processSelection()
|
| D | AvdSelector.java | 812 AvdCreationDialog dlg = new AvdCreationDialog(mTable.getShell(), mAvdManager, in onNew() 822 AvdDetailsDialog dlg = new AvdDetailsDialog(mTable.getShell(), avdInfo); in onDetails() 897 mTable.getShell(), in onManager() 912 AvdStartDialog dialog = new AvdStartDialog(mTable.getShell(), avdInfo, mOsSdkPath, in onStart() 943 new ProgressTask(mTable.getShell(), in onStart()
|
| D | AvdCreationDialog.java | 190 Point p = getShell().getSize(); in create() 194 getShell().setSize(p); in create() 200 getShell().setText("Create new AVD"); in createContents() 360 HardwarePropertyChooser dialog = new HardwarePropertyChooser(parent.getShell(), in createDialogContent() 596 FileDialog dlg = new FileDialog(getContents().getShell(), SWT.OPEN); in onBrowseSdCard()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
| D | ExtractStringAction.java | 128 op.run(mWindow.getShell(), wizard.getDefaultPageTitle()); in run()
|
| /development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
| D | EventLogPanel.java | 151 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE); in setActions() 168 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN); in setActions() 182 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.OPEN); in setActions() 206 EventDisplayOptions dialog = new EventDisplayOptions(mImageLoader, mParent.getShell()); in openOptionPanel()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| D | UiPropertySheetPage.java | 109 Shell shell = tree.getShell(); in setupTooltip()
|
| D | UiContentOutlinePage.java | 95 mUiActions.doAdd(node, viewer.getControl().getShell()); in UiContentOutlinePage() 106 mUiActions.doRemove(nodes, viewer.getControl().getShell()); in UiContentOutlinePage() 549 Shell shell = tree.getShell(); in setupTooltip()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| D | ConfigManagerDialog.java | 287 ConfigEditDialog dlg = new ConfigEditDialog(parent.getShell(), null); in createDialogContent() 336 ConfigEditDialog dlg = new ConfigEditDialog(parent.getShell(), null); in createDialogContent()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| D | UiResourceAttributeNode.java | 110 String result = showDialog(parent.getShell(), text.getText().trim()); in createUiControl()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
| D | NewProjectWizard.java | 521 MessageDialog.openError(getShell(), "Error", "Error: Case Variant Exists"); in runAsyncOperation() 523 ErrorDialog.openError(getShell(), "Error", null, core.getStatus()); in runAsyncOperation() 527 MessageDialog.openError(getShell(), "Error", t.getMessage()); in runAsyncOperation()
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
| D | AndroidJUnitLaunchConfigurationTab.java | 131 mProjectChooserHelper = new ProjectChooserHelper(parent.getShell()); in createControl() 502 Shell shell = getShell(); in handleSearchButtonSelected() 859 ElementTreeSelectionDialog dialog = new ElementTreeSelectionDialog(getShell(), in chooseContainer()
|