Searched refs:WithOffset (Results 1 – 5 of 5) sorted by relevance
59 static class WithOffset { class in ResourceTypes63 WithOffset(ByteBuffer buf, int offset) { in WithOffset() method in ResourceTypes.WithOffset93 public static class ResChunk_header extends WithOffset459 public static class ResStringPool_header extends WithOffset615 public static class ResStringPool_span extends WithOffset662 public static class ResXMLTree_header extends WithOffset683 public static class ResXMLTree_node extends WithOffset802 public static class ResXMLTree_attrExt extends WithOffset985 static class ResTable_header extends WithOffset1006 static class ResTable_package extends WithOffset[all …]
15 import org.robolectric.res.android.ResourceTypes.WithOffset;63 public WithOffset data_ptr() { in data_ptr()64 return new WithOffset(device_chunk_.myBuf(), device_chunk_.myOffset() + header_size()); in data_ptr()128 public Iterator(WithOffset buf, int itemSize) { in Iterator()
5 import org.robolectric.res.android.ResourceTypes.WithOffset;7 public class StringPiece extends WithOffset {
27 import org.robolectric.res.android.ResourceTypes.WithOffset;79 static class IntArray extends WithOffset {
196 namespace WithOffset { namespace