Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java134 sourceTheme.applyStyle(R.style.StyleA, false); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate()
149 sourceTheme.applyStyle(R.style.StyleA, false); in setTo_whenSourceThemeIsModified_destThemeShouldNotMutate()
164 theme.applyStyle(R.style.StyleA, false); in applyStyle_withForceFalse_shouldApplyButNotOverwriteExistingAttributeValues()
176 theme.applyStyle(R.style.StyleA, false); in applyStyle_withForceTrue_shouldApplyAndOverwriteExistingAttributeValues()
258 TypedArray typedArray = theme.obtainStyledAttributes(R.style.StyleA, new int[]{R.attr.string1}); in obtainStyledAttributes_shouldFindAttributeInDefaultStyle()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java591 public static final int StyleA=0x7f120018; field in R.style