HomeSort by relevance Sort by last modified time
    Searched refs:themes (Results 1 - 3 of 3) 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 118 private static final String ICON_THEMES = "themes"; //$NON-NLS-1$
139 /** List of available themes */
163 /** Dropdown for themes */
804 // the themes selection can depend on the currently selected activity
809 // Update themes. This is done after updating the devices above,
1767 ArrayList<String> themes = new ArrayList<String>(); local
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 16 <li><a href="<?cs var:toroot ?>design/style/themes.html">Themes</a></li>

Completed in 73 milliseconds