Package org.robolectric.res.android
Class AttributeResolution9
- java.lang.Object
-
- org.robolectric.res.android.AttributeResolution9
-
public class AttributeResolution9 extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeResolution9.BagAttributeFinderstatic classAttributeResolution9.XmlAttributeFinder
-
Field Summary
Fields Modifier and Type Field Description static booleankThrowOnBadIdstatic intSTYLE_ASSET_COOKIEstatic intSTYLE_CHANGING_CONFIGURATIONSstatic intSTYLE_DATAstatic intSTYLE_DENSITYstatic intSTYLE_NUM_ENTRIESstatic intSTYLE_RESOURCE_IDstatic intSTYLE_TYPE
-
Constructor Summary
Constructors Constructor Description AttributeResolution9()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidApplyStyle(CppAssetManager2.Theme theme, ResXMLParser xml_parser, int def_style_attr, int def_style_resid, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)static booleanResolveAttrs(CppAssetManager2.Theme theme, int def_style_attr, int def_style_res, int[] src_values, int src_values_length, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)static booleanRetrieveAttributes(CppAssetManager2 assetmanager, ResXMLParser xml_parser, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)
-
-
-
Field Detail
-
kThrowOnBadId
public static final boolean kThrowOnBadId
- See Also:
- Constant Field Values
-
STYLE_NUM_ENTRIES
public static final int STYLE_NUM_ENTRIES
- See Also:
- Constant Field Values
-
STYLE_TYPE
public static final int STYLE_TYPE
- See Also:
- Constant Field Values
-
STYLE_DATA
public static final int STYLE_DATA
- See Also:
- Constant Field Values
-
STYLE_ASSET_COOKIE
public static final int STYLE_ASSET_COOKIE
- See Also:
- Constant Field Values
-
STYLE_RESOURCE_ID
public static final int STYLE_RESOURCE_ID
- See Also:
- Constant Field Values
-
STYLE_CHANGING_CONFIGURATIONS
public static final int STYLE_CHANGING_CONFIGURATIONS
- See Also:
- Constant Field Values
-
STYLE_DENSITY
public static final int STYLE_DENSITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
ResolveAttrs
public static boolean ResolveAttrs(CppAssetManager2.Theme theme, int def_style_attr, int def_style_res, int[] src_values, int src_values_length, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)
-
ApplyStyle
public static void ApplyStyle(CppAssetManager2.Theme theme, ResXMLParser xml_parser, int def_style_attr, int def_style_resid, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)
-
RetrieveAttributes
public static boolean RetrieveAttributes(CppAssetManager2 assetmanager, ResXMLParser xml_parser, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)
-
-