Searched refs:ResStringPool_ref (Results 1 – 2 of 2) sorted by relevance
412 public static class ResStringPool_ref class in ResourceTypes421 public ResStringPool_ref(ByteBuffer buf, int offset) { in ResStringPool_ref() method in ResourceTypes.ResStringPool_ref617 public static final int SIZEOF = ResStringPool_ref.SIZEOF + 8;626 public final ResStringPool_ref name;635 name = new ResStringPool_ref(buf, offset); in ResStringPool_span()636 firstChar = buf.getInt(offset + ResStringPool_ref.SIZEOF); in ResStringPool_span()637 lastChar = buf.getInt(offset + ResStringPool_ref.SIZEOF + 4); in ResStringPool_span()691 final ResStringPool_ref comment;698 this.comment = new ResStringPool_ref(buf, offset + 12); in ResXMLTree_node()706 this.comment = new ResStringPool_ref(buf, myOffset() + ResChunk_header.SIZEOF + 4); in ResXMLTree_node()[all …]
25 import org.robolectric.res.android.ResourceTypes.ResStringPool_ref;458 final ResStringPool_span styleAt(final ResStringPool_ref ref) { in styleAt()