Home
last modified time | relevance | path

Searched refs:STYLE_TYPE (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java9 import static org.robolectric.res.android.AttributeResolution.STYLE_TYPE;
90 final int type = data[index+STYLE_TYPE]; in dump()
DShadowLegacyAssetManager.java109 private static final int STYLE_TYPE = 0; field in ShadowLegacyAssetManager
820 data[offset + STYLE_TYPE] = type; in getTypedArray()
1204 data[offset + STYLE_TYPE] = typedValue.type; in attrsToTypedArray()
DShadowArscAssetManager10.java89 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager10
1126 cursor[offset + STYLE_TYPE] = (int) (value.get().dataType); in nativeGetResourceArray()
DShadowArscAssetManager.java75 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager
932 dest[destOffset + STYLE_TYPE] = value.dataType; in retrieveArray()
DShadowArscAssetManager9.java84 private static final int STYLE_TYPE = 0; field in ShadowArscAssetManager9
1122 cursor[offset + STYLE_TYPE] = (int) (value.get().dataType); in nativeGetResourceArray()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution10.java27 public static final int STYLE_TYPE = 0; field in AttributeResolution10
220 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()
DAttributeResolution9.java24 public static final int STYLE_TYPE = 0; field in AttributeResolution9
216 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()
DAttributeResolution.java14 public static final int STYLE_TYPE = 0; field in AttributeResolution
202 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()