HomeSort by relevance Sort by last modified time
    Searched full:wizard (Results 76 - 100 of 353) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
NewTestProjectAction.java 26 * It displays the Android New Project wizard to create a new Test Project.
NewXmlFileAction.java 28 * It displays the Android New XML file wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizard.java 32 import org.eclipse.jface.wizard.IWizardPage;
33 import org.eclipse.jface.wizard.WizardPage;
44 * Template wizard which creates parameterized templates
188 * Specific New Custom View wizard
InstallDependencyPage.java 26 import org.eclipse.jface.wizard.IWizard;
27 import org.eclipse.jface.wizard.IWizardPage;
28 import org.eclipse.jface.wizard.WizardPage;
153 IWizard wizard = getWizard(); local
154 IWizardPage next = wizard.getNextPage(this);
156 wizard.getContainer().showPage(next);
UpdateToolsPage.java 18 import org.eclipse.jface.wizard.WizardPage;
49 "This wizard depends on templates distributed with the Android SDK Tools.\n" +
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h 45 // Class that manages control flow between wizard screens. Wizard controller
62 // Returns the default wizard controller if it has been created.
130 // Returns true if the current wizard instance has reached the login screen.
292 // during wizard lifetime.
helper.h 24 // Returns bounds of the screen to use for login wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 39 import org.eclipse.jface.wizard.WizardDialog;
222 * Action which brings up the "Create new XML File" wizard, pre-selected with the
233 NewXmlFileWizard wizard = new NewXmlFileWizard(); local
241 wizard.init(workbench, selection);
242 WizardDialog dialog = new WizardDialog(parent, wizard);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 38 import org.eclipse.jface.wizard.Wizard;
39 import org.eclipse.jface.wizard.WizardPage;
61 * Export wizard to export an apk signed with a release key/certificate.
63 public final class ExportWizard extends Wizard implements IExportWizard {
316 AdtPlugin.displayWarning("Export Wizard",
381 * Returns an image descriptor for the wizard logo.
532 AdtPlugin.displayError("Export Wizard", message);
539 AdtPlugin.log(t, "Export Wizard Error");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 288 RefactoringWizard wizard = null; local
290 wizard = ((VisualRefactoring) mRefactoring).createWizard();
292 wizard = new ExtractStringWizard((ExtractStringRefactoring) mRefactoring,
299 wizard = new RenameResourceWizard((RenameRefactoring) mRefactoring, type, false);
304 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
307 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/
changes.txt 130 * The Asset Studio Wizard now supports padding and disabling
249 - Asset Studio integration: Wizard creation of launcher icons, menu
251 - New Welcome Wizard to help installing and configuring the SDK
353 - The New Android Project wizard now supports Eclipse working sets
496 - Fixed issues with the New Project Wizard when selecting samples.
505 - New "Create project from sample" choice in the New Project Wizard.
511 - New wizard to create Android JUnit Test Projects.
512 - New AVD wizard.
518 - Added an AVD creation wizard to ADT. It is automatically displayed
535 * New Project Wizard lets you choose which platform/add-on t
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h 35 // Makes wizard screen visible.
38 // Makes wizard screen invisible.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ui/
SplashScreen.java 38 * While the splash screen does share with the setup wizard the common goal of presenting
40 * capabilities. The setup wizard is launched by tapping on the icon, and walks the user through
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 160 <wizard
171 </wizard>
177 <wizard
191 </wizard>
192 <wizard
206 </wizard>
207 <wizard
221 </wizard>
222 <wizard
236 </wizard>
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_display_host.h 58 // Wizard controller i.e. camera, recovery.
web_page_screen.h 17 // Base class for wizard screen that holds web page.
  /packages/apps/Email/res/values-sw600dp/
styles.xml 31 <!-- Wizard buttons on the account setup screens -->
  /packages/inputmethods/LatinIME/java/res/values-h1200dp-port/
setup-dimens-large-tablet-port.xml 18 <!-- Setup wizard dimensions for large-tablet/portrait. -->
  /packages/inputmethods/LatinIME/java/res/values-h330dp-land/
setup-dimens-large-phone-land.xml 18 <!-- Setup wizard dimensions for large-phone/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-h520dp-land/
setup-dimens-small-tablet-land.xml 18 <!-- Setup wizard dimensions for small-tablet/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-h540dp-port/
setup-dimens-large-phone-port.xml 18 <!-- Setup wizard dimensions for large-phone/portrait. -->
  /packages/inputmethods/LatinIME/java/res/values-h720dp-land/
setup-dimens-large-tablet-land.xml 18 <!-- Setup wizard dimensions for large-tablet/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-h800dp-port/
setup-dimens-small-tablet-port.xml 18 <!-- Setup wizard dimensions for small-tablet/portrait. -->
  /packages/inputmethods/LatinIME/java/res/values-land/
setup-dimens-small-phone-land.xml 18 <!-- Setup wizard dimensions for small-phone/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-port/
setup-dimens-small-phone-port.xml 18 <!-- Setup wizard dimensions for small-phone/portrait. -->

Completed in 507 milliseconds

1 2 34 5 6 7 8 91011>>