Package org.robolectric.res.android
Class ResTableTheme
- java.lang.Object
-
- org.robolectric.res.android.ResTableTheme
-
public class ResTableTheme extends Object
-
-
Constructor Summary
Constructors Constructor Description ResTableTheme(ResTable resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
applyStyle(int resID, boolean force)
int
GetAttribute(int resID, Ref<ResourceTypes.Res_value> valueRef, Ref<Integer> outTypeSpecFlags)
ResTable
getResTable()
int
resolveAttributeReference(Ref<ResourceTypes.Res_value> inOutValue, int blockIndex, Ref<Integer> outLastRef, Ref<Integer> inoutTypeSpecFlags, Ref<ResTable_config> inoutConfig)
int
setTo(ResTableTheme other)
String
toString()
-
-
-
Constructor Detail
-
ResTableTheme
public ResTableTheme(ResTable resources)
-
-
Method Detail
-
getResTable
public ResTable getResTable()
-
GetAttribute
public int GetAttribute(int resID, Ref<ResourceTypes.Res_value> valueRef, Ref<Integer> outTypeSpecFlags)
-
resolveAttributeReference
public int resolveAttributeReference(Ref<ResourceTypes.Res_value> inOutValue, int blockIndex, Ref<Integer> outLastRef, Ref<Integer> inoutTypeSpecFlags, Ref<ResTable_config> inoutConfig)
-
applyStyle
public int applyStyle(int resID, boolean force)
-
setTo
public int setTo(ResTableTheme other)
-
-