Searched refs:Theme_Robolectric (Results 1 – 4 of 4) sorted by relevance
44 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()
202 theme.applyStyle(R.style.Theme_Robolectric, false); in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
599 public static final int Theme_Robolectric=0x7f120000; field in R.style
49 assertThat(activity.getThemeResId()).isEqualTo(R.style.Theme_Robolectric); in canCreateActivityNotListedInManifest()