HomeSort by relevance Sort by last modified time
    Searched refs:themes (Results 1 - 9 of 9) 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",
216 addDisabledMessageItem("No themes are registered in the manifest");
222 List<String> themes = new ArrayList<String>(size); local
226 themes.add(theme);
229 if (themes.isEmpty()) {
232 addMenuItems(menu, themes);
239 List<String> themes = new ArrayList<String>(mThemeList.size()); local
245 themes.add(theme)
271 List<String> themes = new ArrayList<String>(mThemeList.size()); local
    [all...]
ConfigurationChooser.java 120 private static final String ICON_THEMES = "themes"; //$NON-NLS-1$
141 /** List of available themes */
165 /** Dropdown for themes */
806 // the themes selection can depend on the currently selected activity
811 // Update themes. This is done after updating the devices above,
1772 ArrayList<String> themes = new ArrayList<String>(); local
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 85 final Theme theme = themes[intent.getIntExtra(EXTRA_THEME, 0)];
181 private static final Theme[] themes = { field in class:HoloDeviceActivity
  /frameworks/base/core/java/android/content/res/
Resources.java 1706 String[] themes = new String[themeData.length * 2]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.js 319 'themesSynced': syncAll || $('themes-checkbox').checked,
383 $('themes-checkbox').checked = args.themesSynced;
384 dataTypeBoxesChecked_['themes-checkbox'] = args.themesSynced;
385 dataTypeBoxesDisabled_['themes-checkbox'] = args.themesEnforced;
386 $('themes-checkbox').onclick = this.handleDataTypeClick_;
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 49 <li><a href="<?cs var:toroot ?>design/style/themes.html">Themes</a></li>
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 199 // For backward compatibility with server-side NTP, look at themes directly
  /frameworks/base/docs/html/guide/
guide_toc.cs 309 <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
310 <span class="en">Styles and Themes</span>
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 274 this.themes = {};
308 this.themes[t.getAttribute('theme')] = {
337 var t = this.themes[theme];
    [all...]

Completed in 976 milliseconds