Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 12 of 12) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DThemeMenuAction.java188 String theme = attributes.getTheme(); in addMenuItems() local
224 String theme = mThemeList.get(i); in addMenuItems() local
288 private boolean isSelectedTheme(String theme) { in isSelectedTheme()
292 private void addMenuItem(Menu menu, String theme, boolean selected) { in addMenuItem()
302 private OpenThemeAction(String title, IFile file, String theme) { in OpenThemeAction()
DSelectThemeAction.java33 public SelectThemeAction(ConfigurationChooser configuration, String title, String theme, in SelectThemeAction()
DConfigurationDescription.java83 public String theme; field in ConfigurationDescription
188 String theme = element.getAttribute(ATTR_THEME); in fromXml() local
DConfigurationChooser.java438 String theme = mConfiguration.getTheme(); in getThemeName() local
1093 void selectTheme(@Nullable String theme) { in selectTheme()
1222 public static String getThemeLabel(String theme, boolean brief) { in getThemeLabel()
1761 String theme = mConfiguration.getTheme(); in updateThemes() local
1789 String theme = value.getName(); in updateThemes() local
1843 String theme = mConfiguration.getTheme(); in updateThemes() local
DConfiguration.java359 String theme = getTheme(); in isProjectTheme() local
541 public void setTheme(String theme) { in setTheme()
643 String theme = getTheme(); in toPersistentString() local
DNestedConfiguration.java170 public void setTheme(String theme) { in setTheme()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java389 StyleResourceValue theme = resources.getCurrentTheme(); in getColorsFromTheme() local
DLayoutCanvas.java1655 String theme = configComposite.getThemeName(); in getInsets() local
DPaletteControl.java379 String theme = configChooser.getThemeName(); in reloadPalette() local
DRenderPreview.java608 String theme = configuration.getTheme(); in getResourceResolver() local
DGraphicalEditorPart.java1652 String theme = mConfigChooser.getThemeName(); in getResourceResolver() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java782 public static Margins getInsets(String fqcn, Density density, String theme) { in getInsets()