/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SettingsDialog.java | 30 import org.eclipse.swt.widgets.Shell;
66 public SettingsDialog(Shell parentShell, UpdaterData updaterData) {
75 Shell shell = getShell();
local 77 mProxySettingsGroup = new Group(shell, SWT.NONE);
106 mMiscGroup = new Group(shell, SWT.NONE);
125 Label filler = new Label(shell, SWT.NONE);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressView.java | 33 import org.eclipse.swt.widgets.Shell;
323 Shell shell = mProgressBar.getShell();
324 result[0] = MessageDialog.openQuestion(shell, title, message);
348 Shell shell = mProgressBar.getShell();
349 AuthenticationDialog authenticationDialog = new AuthenticationDialog(shell,
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
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; 452 Shell shell = new Shell(mTable.getShell(), SWT.NO_TRIM); local 453 Button checkBox = new Button(shell, SWT.CHECK); 455 shell.dispose();
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsService.java | 20 import org.eclipse.swt.widgets.Shell; 51 * Use {@link #checkUserPermissionForPing(Shell)} to display the dialog requesting 70 public void checkUserPermissionForPing(Shell parent) { 81 private void askUserPermissionForPing(final Shell parent) {
|
/sdk/uiautomatorviewer/src/com/android/uiautomator/ |
OpenDialog.java | 32 import org.eclipse.swt.widgets.Shell; 60 public OpenDialog(Shell parentShell) { 151 protected void configureShell(Shell newShell) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 34 import org.eclipse.swt.widgets.Shell; 66 private Shell mShell; 67 private Shell mParent; 81 public StaticPortConfigDialog(Shell parent) { 127 mShell = new Shell(mParent, getStyle());
|
/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) { 324 Shell shell = display.getActiveShell(); 325 MessageDialog.openError(shell, Messages.DeviceView_ADB_Error, 415 Shell shell = display.getActiveShell(); 416 MessageDialog.openError(shell, 423 Shell shell = display.getActiveShell() [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ |
HierarchyViewerDirector.java | 48 import org.eclipse.swt.widgets.Shell; 352 public void loadOverlay(final Shell shell) { 356 FileDialog fileDialog = new FileDialog(shell, SWT.OPEN); 377 public void showCapture(final Shell shell, final ViewNode viewNode) { 387 CaptureDisplay.show(shell, viewNode, image); 415 public void showCapture(Shell shell) { 418 showCapture(shell, viewNode.viewNode) [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
SdkUpdaterWindowImpl2.java | 58 import org.eclipse.swt.widgets.Shell;
71 private final Shell mParentShell;
78 protected Shell mShell;
90 * @param parentShell Parent shell.
97 Shell parentShell,
112 * @param parentShell Parent shell.
118 Shell parentShell,
160 // The SDK Manager must use a shell trim when standalone
167 mShell = new Shell(mParentShell, style);
493 * Creates the icon of the window shell. [all...] |
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...] |
PackageLoader.java | 30 import org.eclipse.swt.widgets.Shell; 237 * the {@link UpdaterData} must have a window {@link Shell} associated using 238 * {@link UpdaterData#setWindowShell(Shell)}. 318 // This will display some UI so we need a shell's sync exec. 322 Shell shell = mUpdaterData.getWindowShell(); local 323 if (shell != null && !shell.isDisposed()) { 324 shell.getDisplay().syncExec(new Runnable() {;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 29 import org.eclipse.swt.widgets.Shell; 191 Shell shell = browser.getShell(); local 200 shell.setSize(shell.getSize().x, useHeight); 207 Point size = shell.getSize(); 208 shell.setSize(size.x, size.y + delta + 1); 215 Point size = shell.getSize(); 216 shell.setSize(offsetWidth + ((EnvironmentUtils.IS_MAC) ? 6 : 10), size.y); 221 if (shell.getSize().y < 30) [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/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 55 import org.eclipse.swt.widgets.Shell; 104 Shell shell = getSite().getShell(); local 112 SaveAsDialog dialog = new SaveAsDialog(shell); 141 if (copy(shell, fileEditorInput.getURI(), file.getLocationURI()) == null) { 157 FileDialog dialog = new FileDialog(shell, SWT.SAVE); 173 shell, 188 IFileStore destFileStore = copy(shell, fileStoreEditorInput.getURI(), localFile.toURI()); 202 private IFileStore copy(Shell shell, URI source, URI dest) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 27 import org.eclipse.swt.widgets.Shell; 44 private final Shell m_popup; 76 // create popup Shell 78 Shell shell = getShell(); local 79 m_popup = new Shell(shell, SWT.NONE);
|
/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; 67 public void doAdd(UiElementNode uiNode, Shell shell) { 68 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider()); 79 Shell shell, ILabelProvider labelProvider) { 87 shell, 141 public void doRemove(final List<UiElementNode> nodes, Shell shell) { 155 if (MessageDialog.openQuestion(shell, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchQuickFixProcessor.java | 38 import org.eclipse.swt.widgets.Shell; 188 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local 189 ConvertSwitchDialog dialog = new ConvertSwitchDialog(shell, mExpression);
|
/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; 232 Shell parent = mCanvas.getShell();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AndroidPreferencePage.java | 36 import org.eclipse.swt.widgets.Shell; 259 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; 122 final Shell shell = mGLFramesView.getViewSite().getShell(); local 124 shell.getDisplay().syncExec(new Runnable() { 153 InputDialog inputDialog = new InputDialog(shell,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 35 import org.eclipse.swt.widgets.Shell; 52 protected GLTraceCollectorDialog(Shell parentShell, TraceFileWriter traceFileWriter,
|
/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/traceview/src/com/android/traceview/ |
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);
|