Package org.robolectric.shadows
Class ShadowResources.ShadowLegacyTheme
- java.lang.Object
-
- org.robolectric.shadows.ShadowResources.ShadowTheme
-
- org.robolectric.shadows.ShadowResources.ShadowLegacyTheme
-
- Enclosing class:
- ShadowResources
@Implements(value=android.content.res.Resources.Theme.class, shadowPicker=Picker.class) public static class ShadowResources.ShadowLegacyTheme extends ShadowResources.ShadowTheme
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowResources.ShadowTheme
ShadowResources.ShadowTheme.Picker
-
-
Constructor Summary
Constructors Constructor Description ShadowLegacyTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected android.content.res.TypedArrayobtainStyledAttributes(int[] attrs)protected android.content.res.TypedArrayobtainStyledAttributes(int resid, int[] attrs)protected android.content.res.TypedArrayobtainStyledAttributes(android.util.AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
-
-
-
Method Detail
-
obtainStyledAttributes
@Implementation(maxSdk=23) protected android.content.res.TypedArray obtainStyledAttributes(int[] attrs)
-
obtainStyledAttributes
@Implementation(maxSdk=23) protected android.content.res.TypedArray obtainStyledAttributes(int resid, int[] attrs) throws android.content.res.Resources.NotFoundException- Throws:
android.content.res.Resources.NotFoundException
-
obtainStyledAttributes
@Implementation(maxSdk=23) protected android.content.res.TypedArray obtainStyledAttributes(android.util.AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
-
-