Searched refs:theme1 (Results 1 – 2 of 2) sorted by relevance
119 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme() local120 theme1.applyStyle(R.style.Theme_Robolectric, false); in setTo_shouldCopyAllAttributesToEmptyTheme()121 assertThat(theme1.obtainStyledAttributes(new int[]{R.attr.string1}).getString(0)) in setTo_shouldCopyAllAttributesToEmptyTheme()125 theme2.setTo(theme1); in setTo_shouldCopyAllAttributesToEmptyTheme()
210 private static int compareThemes(String theme1, String theme2) { in compareThemes() argument211 return Integer.valueOf(getThemeVersion(theme1)).compareTo(getThemeVersion(theme2)); in compareThemes()