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/ |
D | ThemeMenuAction.java | 188 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()
|
D | SelectThemeAction.java | 33 public SelectThemeAction(ConfigurationChooser configuration, String title, String theme, in SelectThemeAction()
|
D | ConfigurationDescription.java | 83 public String theme; field in ConfigurationDescription 188 String theme = element.getAttribute(ATTR_THEME); in fromXml() local
|
D | ConfigurationChooser.java | 438 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
|
D | Configuration.java | 359 String theme = getTheme(); in isProjectTheme() local 541 public void setTheme(String theme) { in setTheme() 643 String theme = getTheme(); in toPersistentString() local
|
D | NestedConfiguration.java | 170 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/ |
D | PreviewIconFactory.java | 389 StyleResourceValue theme = resources.getCurrentTheme(); in getColorsFromTheme() local
|
D | LayoutCanvas.java | 1655 String theme = configComposite.getThemeName(); in getInsets() local
|
D | PaletteControl.java | 379 String theme = configChooser.getThemeName(); in reloadPalette() local
|
D | RenderPreview.java | 608 String theme = configuration.getTheme(); in getResourceResolver() local
|
D | GraphicalEditorPart.java | 1652 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/ |
D | ViewMetadataRepository.java | 782 public static Margins getInsets(String fqcn, Density density, String theme) { in getInsets()
|