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

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 475 // Special case: Use Extract String refactoring wizard UI
479 // Special case: Use the "Create Icon Set" wizard
703 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
704 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
707 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 141 RenameTypeWizard wizard = new RenameTypeWizard(refactoring); local
142 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
145 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 40 import org.eclipse.jface.wizard.IWizardPage;
41 import org.eclipse.jface.wizard.WizardPage;
394 // Prevent Return from running through the wizard; return is handled by
NewProjectWizardState.java 47 /** The mode to run the wizard in: creating test, or sample, or plain project */
182 * @param mode the mode to run the wizard in
391 * Type of project being offered/created by the wizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 57 * template, but the actual editing operation of that template in the wizard: it
409 // new project wizard, and never actually input by the user in a templated
410 // wizard)
TemplateMetadata.java 186 * Returns a suitable icon wizard state instance if this wizard requests
189 * @return icon wizard state or null
NewTemplatePage.java 64 import org.eclipse.jface.wizard.WizardPage;
95 * First wizard page in the "New Project From Template" wizard (which is parameterized
100 /** The default width to use for the wizard page */
125 * @param values the wizard state
126 * @param chooseProject whether the wizard should present a project chooser,
    [all...]
ActivityPage.java 33 import org.eclipse.jface.wizard.WizardPage;
69 * Create the wizard.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 89 * The second is for Setup Wizard, with a simplified interface that hides the action bar
155 // show a text regarding data charges when wifi connection is required during setup wizard
158 // this boolean extra is set if we are being invoked by the Setup Wizard
172 // the action bar uses a different set of controls for Setup Wizard
393 // On/off switch is hidden for Setup Wizard
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc 108 DVLOG(1) << "Starting wizard, first_screen_name: " << first_screen_name;
109 // Create and show the wizard.
helper.h 80 // Returns bounds of the screen to use for login wizard.
  /external/jpeg/
cjpeg.1 212 The "wizard" switches are intended for experimentation with JPEG. If you
214 documented further in the file wizard.doc.
  /external/qemu/distrib/jpeg-6b/
cjpeg.1 212 The "wizard" switches are intended for experimentation with JPEG. If you
214 documented further in the file wizard.doc.
  /frameworks/base/docs/html/design/style/
writing.jd 45 <div class="do-dont-label bad">From a Setup Wizard screen</div>
69 <div class="do-dont-label good">From a Setup Wizard screen</div>
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 65 // have we been launched from the setup wizard?
97 // Override auto-timezone if it's a wifi-only device or if we're still in setup wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 65 import org.eclipse.jface.wizard.WizardPage;
431 * Called by the parent Wizard to create the UI for this Wizard Page.
604 * received by the wizard -- typically the current user workbench selection.
616 * @param selection The selection when the wizard was initiated.
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 164 def __init__(self, tokenizer, wizard, adaptor):
166 self.wizard = wizard
257 treeNodeType = self.wizard.getTokenType(tokenName)
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.cc 73 // Start by setting the per-locale URLs we show on the setup wizard.
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.cc 50 // Start by setting the per-locale URLs we show on the setup wizard.
  /external/chromium/chrome/browser/sync/
sync_setup_flow.h 26 // by multiple stages of the wizard.
  /external/libmtp/
README.windows.txt 35 2. Upon extraction, plug in your music device and run bin/inf-wizard.exe. Selecting your device and saving the inf file in the project root directory.
  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 46 * "configuration wizard" (step 1: select OS, step 2: select driver, ...) to
  /frameworks/base/docs/html/tools/
index.jd 28 <li>Template-based wizard to create standard Android projects and components.</li>
  /frameworks/base/docs/html/training/activity-testing/
preparing-activity-testing.jd 64 <li>In the New Android Test Project wizard, set the property
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 61 /** Wizard page which inputs parameters for the {@link ChangeLayoutRefactoring} operation */

Completed in 966 milliseconds

1 2 3 4 5 6 78 91011>>