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

1 23 4 5 6

  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
WizardExample4thStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
30 * The last screen of the Wizard gives to options to either watch the rented movie now or later. Due
32 * either action will end the wizard. You might however start a new Activity playing the movie.
WizardExample2ndStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
33 * Displays the second screen of the rental wizard which requires the user to confirm his purchase.
WizardNewPaymentStepFragment.java 15 package android.support.v17.leanback.supportleanbackshowcase.app.wizard;
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/wizard/
GuidedStepAttributesTestFragment.java 15 package android.support.v17.leanback.app.wizard;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 28 import org.eclipse.jface.wizard.Wizard;
36 * An "Import Android Project" wizard.
38 public class ImportProjectWizard extends Wizard implements INewWizard {
45 /** Constructs a new wizard default project wizard */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 18 import org.eclipse.jface.wizard.WizardPage;
49 "This wizard depends on templates distributed with the Android SDK Tools.\n" +
TemplateWizard.java 34 import org.eclipse.jface.wizard.IWizardPage;
35 import org.eclipse.jface.wizard.Wizard;
36 import org.eclipse.jface.wizard.WizardPage;
50 abstract class TemplateWizard extends Wizard implements INewWizard {
61 /** Should this wizard add an icon page? */
NewActivityWizard.java 35 import org.eclipse.jface.wizard.IWizardPage;
36 import org.eclipse.jface.wizard.WizardPage;
46 * Wizard for creating new activities. This is a hybrid between a New Project
47 * Wizard and a New Template Wizard: it has the "Activity selector" page from
48 * the New Project Wizard, which is used to dynamically select a wizard for the
49 * second page, but beyond that it runs the normal template wizard when it comes
180 /** Wizard for creating other Android components */
NewTemplateWizard.java 33 import org.eclipse.jface.wizard.IWizardPage;
34 import org.eclipse.jface.wizard.WizardPage;
45 * Template wizard which creates parameterized templates
196 * Specific New Custom View wizard
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 40 =begin rdoc ANTLR3::AST::Wizard
42 AST::Wizard is an extra utility class that allows quick creation of AST objects
52 for more background on the concept of a tree wizard.
56 # setting up and creating a tree wizard
59 wizard = ANTLR3::AST::Wizard.new(adaptor, token_names)
62 lone_node = wizard.create "VAR[x]" # => x
66 expression_node = wizard.create "(MINUS VAR NUMBER)"
68 statement_node = wizard.create "(EQ[=] VAR[x] (PLUS[+] NUMBER[1] NUMBER[2]))"
70 deep_node = wizard.create(<<-TREE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 65 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject()); local
66 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
69 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
61 protected KeySelectionPage(ExportWizard wizard, String pageName) {
63 mWizard = wizard;
190 // the wizard as well
KeystoreSelectionPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
54 protected KeystoreSelectionPage(ExportWizard wizard, String pageName) {
56 mWizard = wizard;
KeyCreationPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
58 protected KeyCreationPage(ExportWizard wizard, String pageName) {
60 mWizard = wizard;
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 141 self.wizard = TreeWizard(self.adaptor, tokenNames=self.tokens)
147 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
157 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
167 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
180 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
190 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
198 parser = TreePatternParser(lexer, self.wizard, TreePatternTreeAdaptor())
207 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
215 parser = TreePatternParser(lexer, self.wizard, self.adaptor)
223 parser = TreePatternParser(lexer, self.wizard, self.adaptor
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 800 @wizard = Wizard.new( :token_scheme => Tokens )
810 tree = @wizard.create(
813 labels = @wizard.match( tree,
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
822 tree = @wizard.create(
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
832 tree = @wizard.create(
836 labels = @wizard.match( tree
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 38 import org.eclipse.jface.wizard.WizardDialog;
60 * <li> See if the user has ever run the welcome wizard, and if not, run it
134 // the welcome wizard each time if we can simply use the existing SDK install.
154 // no need to pester the user with the welcome wizard.
164 // Check whether we've run this wizard before.
265 WelcomeWizard wizard = new WelcomeWizard(mStore, showSdkInstallPage,
267 WizardDialog dialog = new WizardDialog(window.getShell(), wizard);
271 // Record the fact that we've run the wizard so we don't attempt to do it again,
272 // even if the user just cancels out of the wizard.
UsagePermissionPage.java 23 import org.eclipse.jface.wizard.WizardPage;
46 * Create the wizard.
55 * Create contents of the wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
FinalPage.java 23 import org.eclipse.jface.wizard.WizardPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 22 import org.eclipse.jface.wizard.WizardPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 29 import org.eclipse.jface.wizard.IWizardPage;
30 import org.eclipse.jface.wizard.WizardPage;
59 * Create the wizard.
61 * @param values value object holding current wizard state
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 140 RenameTypeWizard wizard = new RenameTypeWizard(refactoring); local
141 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
144 op.run(window.getShell(), wizard.getDefaultPageTitle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 299 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
300 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
303 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
  /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/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 1 package autotest.moblab.wizard;
21 * Wizard card for cloud storage configuration.

Completed in 577 milliseconds

1 23 4 5 6