/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ScreenSlideActivity.java | 36 * <p>This sample shows a "next" button that advances the user to the next step in a wizard, 44 * The number of pages (wizard steps) to show in this demo. 50 * and next wizard steps. 107 // Go to the previous step in the wizard. If there is no previous step, 113 // Advance to the next step in the wizard. If there is no next step, setCurrentItem
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreePatternParser.cs | 39 protected TreeWizard wizard; field in class:Antlr.Runtime.Tree.TreePatternParser 42 public TreePatternParser(TreePatternLexer tokenizer, TreeWizard wizard, ITreeAdaptor adaptor) { 44 this.wizard = wizard; 141 int treeNodeType = wizard.GetTokenType(tokenName);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreePatternParser.cs | 41 protected TreeWizard wizard; field in class:Antlr.Runtime.Tree.TreePatternParser 44 public TreePatternParser( TreePatternLexer tokenizer, TreeWizard wizard, ITreeAdaptor adaptor ) 47 this.wizard = wizard; 165 int treeNodeType = wizard.GetTokenType( tokenName );
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreePatternParser.java | 36 protected TreeWizard wizard; field in class:TreePatternParser 39 public TreePatternParser(TreePatternLexer tokenizer, TreeWizard wizard, TreeAdaptor adaptor) { 41 this.wizard = wizard; 140 int treeNodeType = wizard.getTokenType(tokenName);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
LauncherIconVisibilityManager.java | 40 * will hide the setup wizard's icon. 44 * will not hide the setup wizard's icon, and the icon will appear on the launcher. 47 * {@link Intent#ACTION_MY_PACKAGE_REPLACED} will be sent and the setup wizard's icon will appear 51 * receiver and it checks whether the setup wizard's icon should be appeared or not on the launcher 55 * by this receiver and it checks the whether the setup wizard's icon should be appeared or not on
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.h | 60 // Advances the wizard to the specified state if possible, or opens a 61 // new dialog starting at |advance_state|. If the wizard has never ran 80 // a "discrete" run (as in not a continuous wizard flow). This returns
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ExtractStringFix.java | 70 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject()); local 71 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard); 74 op.run(window.getShell(), wizard.getDefaultPageTitle());
|
RemoveUselessViewFix.java | 75 RefactoringWizard wizard = refactoring.createWizard(); local 77 new RefactoringWizardOpenOperation(wizard); 81 op.run(window.getShell(), wizard.getDefaultPageTitle());
|
UseCompoundDrawableDetectorFix.java | 84 RefactoringWizard wizard = refactoring.createWizard(); local 86 new RefactoringWizardOpenOperation(wizard); 90 op.run(window.getShell(), wizard.getDefaultPageTitle());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
AddNativeWizard.java | 33 import org.eclipse.jface.wizard.Wizard; 42 public class AddNativeWizard extends Wizard {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizardState.java | 53 * Value object which holds the current state of the wizard pages for the 66 /** Ids for parameters which should be hidden (because the client wizard already 71 * The chosen project (which may be null if the wizard page is being 72 * embedded in the new project wizard) 83 * State for the asset studio wizard, used to create custom icons provided 146 /** Computes the changes this wizard will make */
|
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
|
/external/e2fsprogs/misc/ |
dumpe2fs.8.in | 39 This option is not usually needed except by a filesystem wizard who 46 This option is not usually needed except by a filesystem wizard who
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 41 import org.eclipse.jface.wizard.Wizard; 66 * Wizard for creating a new icon set 68 public class CreateAssetSetWizard extends Wizard implements INewWizard { 75 /** Creates a new asset set wizard */ 236 /** Sets the initial project to be used by the wizard */ 304 * Returns the list of files created by the wizard. This method will return 307 * @return a list of files created by the wizard, or null
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringWizard.java | 53 * Listener which can be attached on any widget in the wizard page to force 64 * Listener which can be attached on any widget in the wizard page to force
|
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());
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_in_process_browser_test.cc | 41 // delays deleting itself). Run the message loop until we know the wizard
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
SelectThemeAction.java | 26 * Action which brings up the "Create new XML File" wizard, pre-selected with the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceWizard.java | 37 * Rename refactoring wizard for Android resources such as {@code @id/foo} 135 RenameResourceWizard wizard = new RenameResourceWizard(refactoring, type, canClear); local 136 RefactoringWizardOpenOperation operation = new RefactoringWizardOpenOperation(wizard); 137 String dialogTitle = wizard.getDefaultPageTitle();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
IUpdateWizardDialog.java | 19 import org.eclipse.jface.wizard.WizardDialog;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
NewProjectAction.java | 26 * It displays the Android New Project wizard to create a new Android Project (not a test project).
|
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/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");
|