Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAssetManagerTest.java30 import org.robolectric.shadows.ShadowResources.ShadowLegacyTheme;
212 ((ShadowLegacyTheme) Shadow.extract(theme)).getNativePtr(), in whenStyleAttrResolutionFails_attrsToTypedArray_returnsNiceErrorMessage()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java271 super(ShadowLegacyTheme.class, null, null); in Picker()
277 public static class ShadowLegacyTheme extends ShadowTheme { class in ShadowResources