Home
last modified time | relevance | path

Searched refs:theme1 (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java119 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme() local
120 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()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DThemeResolver.java210 private static int compareThemes(String theme1, String theme2) { in compareThemes() argument
211 return Integer.valueOf(getThemeVersion(theme1)).compareTo(getThemeVersion(theme2)); in compareThemes()