HomeSort by relevance Sort by last modified time
    Searched defs:themes (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 48 * Action which creates a submenu displaying available themes
126 manager.add(new ThemeMenuAction(MENU_PROJECT, "Project Themes",
128 manager.add(new ThemeMenuAction(MENU_MANIFEST, "Manifest Themes",
207 addDisabledMessageItem("No themes are registered in the manifest");
213 List<String> themes = new ArrayList<String>(size); local
217 themes.add(theme);
220 if (themes.isEmpty()) {
223 addMenuItems(menu, themes);
230 List<String> themes = new ArrayList<String>(mThemeList.size()); local
236 themes.add(theme)
262 List<String> themes = new ArrayList<String>(mThemeList.size()); local
    [all...]
ConfigurationChooser.java 119 private static final String ICON_THEMES = "themes"; //$NON-NLS-1$
140 /** List of available themes */
164 /** Dropdown for themes */
753 // the themes selection can depend on the currently selected activity
758 // Update themes. This is done after updating the devices above,
1598 ArrayList<String> themes = new ArrayList<String>(); local
    [all...]

Completed in 49 milliseconds