public class ResTableTheme extends Object
Constructor | Description |
---|---|
ResTableTheme(ResTable resources) |
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() |
public ResTableTheme(ResTable resources)
public ResTable getResTable()
public int GetAttribute(int resID, Ref<ResourceTypes.Res_value> valueRef, Ref<Integer> outTypeSpecFlags)
public int resolveAttributeReference(Ref<ResourceTypes.Res_value> inOutValue, int blockIndex, Ref<Integer> outLastRef, Ref<Integer> inoutTypeSpecFlags, Ref<ResTable_config> inoutConfig)
public int applyStyle(int resID, boolean force)
public int setTo(ResTableTheme other)