HomeSort by relevance Sort by last modified time
    Searched refs:WIZARD_PAGE_WIDTH (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 44 layoutData.widthHint = NewTemplatePage.WIZARD_PAGE_WIDTH - 50;
InstallDependencyPage.java 97 gd_dependLabel.widthHint = NewTemplatePage.WIZARD_PAGE_WIDTH - 50;
NewProjectPage.java 21 import static com.android.ide.eclipse.adt.internal.wizards.templates.NewTemplatePage.WIZARD_PAGE_WIDTH;
341 data.widthHint = WIZARD_PAGE_WIDTH;
    [all...]
NewTemplatePage.java 101 static final int WIZARD_PAGE_WIDTH = 600;
162 data.widthHint = WIZARD_PAGE_WIDTH;
    [all...]

Completed in 103 milliseconds