HomeSort by relevance Sort by last modified time
    Searched defs:getShell (Results 1 - 25 of 65) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ChangeViewAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractIncludeAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStyleAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UnwrapAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
WrapInAction.java 37 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
RefactoringAssistant.java 306 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp 51 struct wl_shell* getShell (void) { return m_shell; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 74 op.run(window.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableDetectorFix.java 90 op.run(window.getShell(), wizard.getDefaultPageTitle());
RemoveUselessViewFix.java 81 op.run(window.getShell(), wizard.getDefaultPageTitle());
RunLintAction.java 84 MessageDialog.openWarning(AdtPlugin.getShell(), "Lint",
LintFixGenerator.java 506 MessageDialog.openInformation(AdtPlugin.getShell(), "More Info",
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 51 window.getShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 118 MessageDialog.openError(getShell(), "Browser Error", message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 155 AdtPlugin.getShell(),
189 AdtPlugin.getShell(),
338 Shell shell = AdtPlugin.getShell();
377 Shell shell = AdtPlugin.getShell();
476 Shell parent = AdtPlugin.getShell();
568 Shell parent = AdtPlugin.getShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 132 op.run(mWindow.getShell(), wizard.getDefaultPageTitle());
ExtractStringProposal.java 69 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 105 if (save_helper.saveEditors(AdtPlugin.getShell())) {
145 InputDialog dialog = new InputDialog(AdtPlugin.getShell(),
168 op.run(AdtPlugin.getShell(), package_name_refactoring.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 107 MessageDialog.openError(parent.getShell(), "Error opening " + mFilePath,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 119 Shell shell = mEditor.getSite().getShell();
144 op.run(window.getShell(), wizard.getDefaultPageTitle());
153 MessageDialog.openInformation(mEditor.getSite().getShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 246 ErrorDialog.openError(getShell(), "Save Image", "Error saving image",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 290 MessageDialog.openError(getShell(), "Browser Error", message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 363 public static Shell getShell() {
    [all...]

Completed in 369 milliseconds

1 2 3