Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java917 final int resValueDataType; field in ResourceTypes.ResXMLTree_attrExt.Writer.Attr
925 this.resValueDataType = resValue.dataType; in Attr()
931 ResXMLTree_attribute.write(buf, ns, name, value, resValueDataType, resValueData); in write()
960 public static void write(ByteBuffer buf, int ns, int name, int value, int resValueDataType, in write() argument
965 ResourceTypes.Res_value.write(buf, resValueDataType, resValueData); in write()