Home
last modified time | relevance | path

Searched defs:themes (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DThemeMenuAction.java222 List<String> themes = new ArrayList<String>(size); in addMenuItems() local
239 List<String> themes = new ArrayList<String>(mThemeList.size()); in addMenuItems() local
271 List<String> themes = new ArrayList<String>(mThemeList.size()); in filterThemes() local
281 private void addMenuItems(Menu menu, List<String> themes) { in addMenuItems()
DConfigurationChooser.java1771 ArrayList<String> themes = new ArrayList<String>(); in updateThemes() local