Home
last modified time | relevance | path

Searched defs:ResStringPool_span (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h495 struct ResStringPool_span struct
497 enum {
504 ResStringPool_ref name;
507 uint32_t firstChar, lastChar;
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DResourceTypes.java599 public static class ResStringPool_span extends WithOffset { class in ResourceTypes
615 public ResStringPool_span(ByteBuffer buf, int offset) { in ResStringPool_span() method in ResourceTypes.ResStringPool_span