HomeSort by relevance Sort by last modified time
    Searched full:getshell (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp 51 struct wl_shell* getShell (void) { return m_shell; }
tcuLnxWayland.cpp 141 m_shellSurface = wl_shell_get_shell_surface(display.getShell(), m_surface);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 78 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
ActivityMenuListener.java 84 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
DeviceMenuListener.java 74 Menu menu = new Menu(chooser.getShell(), SWT.POP_UP);
OrientationMenuAction.java 87 Menu menu = manager.createContextMenu(configChooser.getShell());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 57 Shell shell = AdtPlugin.getShell();
ExtractStringFix.java 74 op.run(window.getShell(), wizard.getDefaultPageTitle());
RemoveUselessViewFix.java 81 op.run(window.getShell(), wizard.getDefaultPageTitle());
UseCompoundDrawableDetectorFix.java 90 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 68 mWorkbench.getActiveWorkbenchWindow().getShell(), project)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 98 ListDialog dlg = new ListDialog(window.getShell());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 91 new ProjectChooserHelper(getShell(), null /* filter */);
164 Clipboard clipboard = new Clipboard(getShell().getDisplay());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 120 getShell().getDisplay().asyncExec(new Runnable() {
172 shell = window.getShell();
WelcomeWizardPage.java 170 DirectoryDialog dialog = new DirectoryDialog(mExistingDirButton.getShell(), SWT.OPEN);
181 DirectoryDialog dialog = new DirectoryDialog(mNewDirButton.getShell(), SWT.OPEN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 92 fileDialog = new FileDialog(browseButton.getShell(),SWT.OPEN);
95 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE);
  /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/editors/layout/properties/
XmlPropertyEditor.java 336 Shell shell = AdtPlugin.getShell();
426 new FlagXmlPropertyDialog(propertyTable.getShell(),
437 new FlagXmlPropertyDialog(propertyTable.getShell(),
471 Shell shell = AdtPlugin.getShell();
520 new StringXmlPropertyDialog(propertyTable.getShell(), property);
  /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(),
  /build/kati/
eval.cc 439 string Evaluator::GetShell() {
449 string shell = GetShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 258 String dir = promptUserForLocation(getShell());
269 DirectoryDialog dd = new DirectoryDialog(getShell());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 100 Shell shell = ((Control) e.getSource()).getShell();
168 addSolib(c.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/export/
ExportLinksPart.java 94 MessageBox mb = new MessageBox(table.getShell(), SWT.OK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 99 WizardDialog dialog = new WizardDialog(body.getShell(), wizard);

Completed in 775 milliseconds

12 3 4 5 6 7 8 910