Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java123 ShortWriter headerSize = new ShortWriter(buf); in write()
882 ShortWriter attributeStartWriter = new ShortWriter(buf); in write()
885 ShortWriter idIndexWriter = new ShortWriter(buf); in write()
886 ShortWriter classIndexWriter = new ShortWriter(buf); in write()
887 ShortWriter styleIndexWriter = new ShortWriter(buf); in write()
1591 private static class ShortWriter extends FutureWriter<Short> { class in ResourceTypes
1592 public ShortWriter(ByteBuffer buf) { in ShortWriter() method in ResourceTypes.ShortWriter