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