HomeSort by relevance Sort by last modified time
    Searched refs:Shell (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 36 import org.eclipse.swt.widgets.Shell;
49 private Shell mParent;
51 private Shell mShell;
72 * @param parent The parent Shell
75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) {
83 * @param shell The parent shell
89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports,
91 this(shell, ports)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 27 import org.eclipse.swt.widgets.Shell;
56 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local
57 InputDensityDialog densityDialog = new InputDensityDialog(shell);
ColumnDialog.java 33 import org.eclipse.swt.widgets.Shell;
45 public ColumnDialog(Shell parent, LintColumn[] fields, LintColumn[] selected) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 28 import org.eclipse.swt.widgets.Shell;
59 Shell shell = Display.getDefault().getActiveShell(); local
60 FileDialog fd = new FileDialog(shell, SWT.OPEN);
CollectTraceAction.java 32 import org.eclipse.swt.widgets.Shell;
69 Shell shell = Display.getDefault().getActiveShell(); local
70 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell);
81 MessageDialog.openError(shell, "Setup GL Trace",
88 MessageDialog.openError(shell, "Setup GL Trace",
102 startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
108 private void startTracing(Shell shell, TraceOptions traceOptions, int port) {
125 MessageDialog.openError(shell,
    [all...]
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
AboutDialog.java 34 import org.eclipse.swt.widgets.Shell;
41 public AboutDialog(Shell shell) {
42 super(shell);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskDialog.java 42 import org.eclipse.swt.widgets.Shell;
81 private Shell mDialogShell;
93 public ProgressTaskDialog(Shell parent) {
128 mDialogShell = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.RESIZE);
244 * The main loop will just exit and close the shell at the first opportunity.
256 * When in closing mode, this simply closes the shell. Otherwise triggers a cancel.
267 * Callback invoked when the shell is closed either by clicking the close button
268 * on by calling shell.close().
270 * to auto close in which case we should do nothing to let the shell close normally.
449 private Shell mShell;
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 33 import org.eclipse.swt.widgets.Shell;
65 private Shell mShell;
66 private Shell mParent;
80 public StaticPortConfigDialog(Shell parent) {
126 mShell = new Shell(mParent, getStyle());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 37 import org.eclipse.swt.widgets.Shell;
51 private Shell mParent;
53 private Shell mShell;
78 public EditFilterDialog(Shell parent) {
82 public EditFilterDialog(Shell shell, LogFilter filter) {
83 this(shell);
146 mShell = new Shell(mParent, getStyle());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 23 import org.eclipse.swt.widgets.Shell;
37 * as resource loading, logging, obtaining a display and shell, etc.
125 // Display/Shell
148 * @return the {@link Shell} of active {@link IWorkbenchWindow}.
150 public static Shell getShell() {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 19 VALUE Service-Type Shell-User 6
  /external/v8/src/
d8-posix.cc 451 Handle<Value> Shell::System(const Arguments& args) {
525 Handle<Value> Shell::ChangeDirectory(const Arguments& args) {
542 Handle<Value> Shell::SetUMask(const Arguments& args) {
601 Handle<Value> Shell::MakeDirectory(const Arguments& args) {
624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) {
639 Handle<Value> Shell::SetEnvironment(const Arguments& args) {
661 Handle<Value> Shell::UnsetEnvironment(const Arguments& args) {
677 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 33 import org.eclipse.swt.widgets.Shell;
48 public MethodProfilingHandler(Shell parentShell) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 34 import org.eclipse.swt.widgets.Shell;
56 * @param parentShell the parent shell
59 public ConvertSwitchDialog(Shell parentShell, String field) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 35 import org.eclipse.swt.widgets.Shell;
52 * @param parentShell the parent {@link Shell}.
55 public LayoutCreatorDialog(Shell parentShell, String fileName, FolderConfiguration config) {
  /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;
140 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;
107 Shell shell = Display.getDefault().getActiveShell();
109 MessageDialog.openError(shell, tag, message);
111 MessageDialog.openWarning(shell, tag, message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 36 import org.eclipse.swt.widgets.Shell;
47 public SdkLocationChooserDialog(Shell parentShell) {
  /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,
  /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) {
  /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/editors/layout/properties/
FlagXmlPropertyDialog.java 37 import org.eclipse.swt.widgets.Shell;
58 @NonNull Shell parentShell,
71 protected void configureShell(Shell newShell) {
  /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;
110 * @param parentShell the parent {@link Shell} for the dialog.
113 public ProjectChooserHelper(Shell parentShell, IProjectChooserFilter filter) {

Completed in 1609 milliseconds

1 23 4 5 6 7