Package org.robolectric.res.android
Class ResTableTheme
java.lang.Object
org.robolectric.res.android.ResTableTheme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
applyStyle
(int resID, boolean force) int
GetAttribute
(int resID, Ref<ResourceTypes.Res_value> valueRef, Ref<Integer> outTypeSpecFlags) int
resolveAttributeReference
(Ref<ResourceTypes.Res_value> inOutValue, int blockIndex, Ref<Integer> outLastRef, Ref<Integer> inoutTypeSpecFlags, Ref<ResTable_config> inoutConfig) int
setTo
(ResTableTheme other) toString()
-
Constructor Details
-
ResTableTheme
-
-
Method Details
-
toString
-
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
-