Home
last modified time | relevance | path

Searched refs:Theme_Robolectric (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java44 activity.setTheme(R.style.Theme_Robolectric); in whenExplicitlySetOnActivity_afterSetContentView_activityGetsThemeFromActivityInManifest()
53 activity.setTheme(R.style.Theme_Robolectric); in whenExplicitlySetOnActivity_beforeSetContentView_activityUsesNewTheme()
120 theme1.applyStyle(R.style.Theme_Robolectric, false); in setTo_shouldCopyAllAttributesToEmptyTheme()
188 theme.applyStyle(R.style.Theme_Robolectric, false); in whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue()
205 theme.applyStyle(R.style.Theme_Robolectric, false); in xml_whenStyleSpecifiesAttr_obtainStyledAttribute_findsCorrectValue()
220 theme.applyStyle(R.style.Theme_Robolectric, false); in whenAttrSetAttrSpecifiesAttr_obtainStyledAttribute_returnsItsValue()
DShadowAssetManagerTest.java202 theme.applyStyle(R.style.Theme_Robolectric, false); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java599 public static final int Theme_Robolectric=0x7f120000; field in R.style
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java49 assertThat(activity.getThemeResId()).isEqualTo(R.style.Theme_Robolectric); in canCreateActivityNotListedInManifest()