Package org.robolectric.res.android
Class AttributeResolution10
java.lang.Object
org.robolectric.res.android.AttributeResolution10
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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) 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) static boolean
RetrieveAttributes
(CppAssetManager2 assetmanager, ResXMLParser xml_parser, int[] attrs, int attrs_length, int[] out_values, int[] out_indices)
-
Field Details
-
kThrowOnBadId
public static final boolean kThrowOnBadId- See Also:
-
STYLE_NUM_ENTRIES
public static final int STYLE_NUM_ENTRIES- See Also:
-
STYLE_TYPE
public static final int STYLE_TYPE- See Also:
-
STYLE_DATA
public static final int STYLE_DATA- See Also:
-
STYLE_ASSET_COOKIE
public static final int STYLE_ASSET_COOKIE- See Also:
-
STYLE_RESOURCE_ID
public static final int STYLE_RESOURCE_ID- See Also:
-
STYLE_CHANGING_CONFIGURATIONS
public static final int STYLE_CHANGING_CONFIGURATIONS- See Also:
-
STYLE_DENSITY
public static final int STYLE_DENSITY- See Also:
-
STYLE_SOURCE_STYLE_RESOURCE_ID
public static final int STYLE_SOURCE_STYLE_RESOURCE_ID- See Also:
-
-
Constructor Details
-
AttributeResolution10
public AttributeResolution10()
-
-
Method Details
-
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)
-