Searched refs:STYLE_TYPE (Results 1 – 8 of 8) sorted by relevance
9 import static org.robolectric.res.android.AttributeResolution.STYLE_TYPE;90 final int type = data[index+STYLE_TYPE]; in dump()
109 private static final int STYLE_TYPE = 0; field in ShadowLegacyAssetManager820 data[offset + STYLE_TYPE] = type; in getTypedArray()1204 data[offset + STYLE_TYPE] = typedValue.type; in attrsToTypedArray()
89 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager101126 cursor[offset + STYLE_TYPE] = (int) (value.get().dataType); in nativeGetResourceArray()
75 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager932 dest[destOffset + STYLE_TYPE] = value.dataType; in retrieveArray()
84 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager91122 cursor[offset + STYLE_TYPE] = (int) (value.get().dataType); in nativeGetResourceArray()
27 public static final int STYLE_TYPE = 0; field in AttributeResolution10220 out_values[destOffset + STYLE_TYPE] = value.dataType; in ResolveAttrs()420 out_values[destIndex + STYLE_TYPE] = res_value.dataType; in ApplyStyle()507 out_values[baseDest + STYLE_TYPE] = value.get().dataType; in RetrieveAttributes()
24 public static final int STYLE_TYPE = 0; field in AttributeResolution9216 out_values[destOffset + STYLE_TYPE] = value.dataType; in ResolveAttrs()411 out_values[destIndex + STYLE_TYPE] = res_value.dataType; in ApplyStyle()497 out_values[baseDest + STYLE_TYPE] = value.get().dataType; in RetrieveAttributes()
14 public static final int STYLE_TYPE = 0; field in AttributeResolution202 outValues[destOffset + STYLE_TYPE] = value.dataType; in ResolveAttrs()401 outValues[destIndex + STYLE_TYPE] = res_value.dataType; in ApplyStyle()496 outValues[baseDest + STYLE_TYPE] = value.get().dataType; in RetrieveAttributes()