/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
OpenWizardAction.java | 28 import org.eclipse.swt.widgets.Shell; 137 Shell parent = window.getShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
HierarchyViewerPlugin.java | 29 import org.eclipse.swt.widgets.Shell; 103 Shell shell = Display.getDefault().getActiveShell(); 105 MessageDialog.openError(shell, tag, message); 107 MessageDialog.openWarning(shell, tag, message);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManagerTest.java | 21 import org.eclipse.swt.widgets.Shell; 29 LayoutCanvas canvas = new LayoutCanvas(null, null, new Shell(), 0);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
HardwarePropertyChooser.java | 29 import org.eclipse.swt.widgets.Shell; 47 HardwarePropertyChooser(Shell parentShell, Map<String, HardwareProperty> properties,
|
AvdDetailsDialog.java | 33 import org.eclipse.swt.widgets.Shell; 45 public AvdDetailsDialog(Shell shell, AvdInfo avdInfo) { 46 super(shell, SWT.APPLICATION_MODAL, "AVD details"); 55 Shell shell = getShell(); local 56 GridLayoutBuilder.create(shell).columns(2); 57 GridDataBuilder.create(shell).fill(); 61 Composite c = new Composite(shell, SWT.NONE); 114 Label l = new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL) [all...] |
SdkTargetSelector.java | 37 import org.eclipse.swt.widgets.Shell; 448 Shell shell = new Shell(mTable.getShell(), SWT.NO_TRIM); local 449 Button checkBox = new Button(shell, SWT.CHECK); 451 shell.dispose();
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
AuthenticationDialog.java | 26 import org.eclipse.swt.widgets.Shell; 47 * Constructor which retrieves the parent {@link Shell} and the message to 50 * @param parentShell Parent Shell 54 public AuthenticationDialog(Shell parentShell, String title, String message) {
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsPermissionDialog.java | 34 import org.eclipse.swt.widgets.Shell; 89 public SdkStatsPermissionDialog(Shell parentShell) { 165 // (because the OS shell knows how to launch a default browser).
|
/sdk/traceview/src/com/android/traceview/ |
PropertiesDialog.java | 30 import org.eclipse.swt.widgets.Shell; 38 public PropertiesDialog(Shell parent) {
|
MainWindow.java | 33 import org.eclipse.swt.widgets.Shell; 69 protected void configureShell(Shell shell) { 70 super.configureShell(shell); 71 shell.setText("Traceview: " + mTraceName); 76 shell.setImage(new Image(shell.getDisplay(), in)); 79 shell.setBounds(100, 10, 1282, 900);
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
CaptureDisplay.java | 40 import org.eclipse.swt.widgets.Shell; 43 private static Shell sShell; 59 public static void show(Shell parentShell, ViewNode viewNode, Image image) { 92 sShell = new Shell(Display.getDefault(), SWT.CLOSE | SWT.TITLE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectChooserHelper.java | 37 import org.eclipse.swt.widgets.Shell; 46 private final Shell mParentShell; 106 * @param parentShell the parent {@link Shell} for the dialog. 109 public ProjectChooserHelper(Shell parentShell, IProjectChooserFilter filter) {
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressView.java | 32 import org.eclipse.swt.widgets.Shell;
303 Shell shell = mProgressBar.getShell();
304 result[0] = MessageDialog.openQuestion(shell, title, message);
331 Shell shell = mProgressBar.getShell();
332 AuthenticationDialog authenticationDialog = new AuthenticationDialog(shell,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 59 import org.eclipse.swt.widgets.Shell; 82 private Shell mParentShell; 104 HProfHandler(Shell parentShell) { 315 Shell shell = display.getActiveShell(); 316 MessageDialog.openError(shell, Messages.DeviceView_ADB_Error, 406 Shell shell = display.getActiveShell(); 407 MessageDialog.openError(shell, 414 Shell shell = display.getActiveShell() [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ |
HierarchyViewerDirector.java | 48 import org.eclipse.swt.widgets.Shell; 338 public void loadOverlay(final Shell shell) { 341 FileDialog fileDialog = new FileDialog(shell, SWT.OPEN); 362 public void showCapture(final Shell shell, final ViewNode viewNode) { 370 CaptureDisplay.show(shell, viewNode, image); 397 public void showCapture(Shell shell) { 400 showCapture(shell, viewNode.viewNode) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 42 import org.eclipse.swt.widgets.Shell; 160 public String showDialog(Shell shell, String currentValue) { 162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$ 191 public FlagSelectionDialog(Shell parentShell, String[] currentNames) {
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
AdtUpdateDialog.java | 44 import org.eclipse.swt.widgets.Shell;
89 * @param parentShell The existing parent shell. Must not be null.
94 Shell parentShell,
184 Shell shell = getShell();
local 185 shell.setMinimumSize(new Point(450, 100));
186 shell.setSize(450, 100);
188 mUpdaterData.setWindowShell(shell);
190 GridLayoutBuilder.create(shell).columns(1);
192 Composite composite1 = new Composite(shell, SWT.NONE); [all...] |
AddonSitesDialog.java | 55 import org.eclipse.swt.widgets.Shell; 77 * @param parent The parent's shell 79 public AddonSitesDialog(Shell parent, UpdaterData updaterData) { 89 Shell shell = getShell(); local 90 shell.setMinimumSize(new Point(450, 300)); 91 shell.setSize(450, 300); 92 setWindowImage(shell); 96 shell.setLayout(glShell); 98 mlabel = new Label(shell, SWT.NONE) [all...] |
PackageLoader.java | 29 import org.eclipse.swt.widgets.Shell; 224 * the {@link UpdaterData} must have a window {@link Shell} associated using 225 * {@link UpdaterData#setWindowShell(Shell)}. 302 // This will display some UI so we need a shell's sync exec. 306 Shell shell = mUpdaterData.getWindowShell(); 307 if (shell != null && !shell.isDisposed()) { 308 shell.getDisplay().syncExec(new Runnable() {;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiActions.java | 28 import org.eclipse.swt.widgets.Shell; 66 public void doAdd(UiElementNode uiNode, Shell shell) { 67 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider()); 78 Shell shell, ILabelProvider labelProvider) { 86 shell, 140 public void doRemove(final List<UiElementNode> nodes, Shell shell) { 154 if (MessageDialog.openQuestion(shell, [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
BreakpointOption.java | 37 import org.eclipse.swt.widgets.Shell; 121 final Shell shell = sampleView.getViewSite().getShell(); local 123 shell.getDisplay().syncExec(new Runnable() { 152 InputDialog inputDialog = new InputDialog(shell,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 41 import org.eclipse.swt.widgets.Shell; 174 Shell shell = mCanvas.getShell(); local 181 systemRepository, shell);
|
PlayAnimationMenu.java | 41 import org.eclipse.swt.widgets.Shell; 227 Shell parent = mCanvas.getShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AndroidPreferencePage.java | 35 import org.eclipse.swt.widgets.Shell; 250 Shell parent = getShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
BreakpointOption.java | 37 import org.eclipse.swt.widgets.Shell; 119 final Shell shell = sampleView.getViewSite().getShell(); local 121 shell.getDisplay().syncExec(new Runnable() { 149 InputDialog inputDialog = new InputDialog(shell,
|