Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp70 entry.compact.flags = ResTable_entry::FLAG_COMPACT | (v->dataType << 8); in createTypeTable()
/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.cpp216 flags |= ResTable_entry::FLAG_COMPACT | (value.dataType << 8); in WriteEntry()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1549 FLAG_COMPACT = 0x0008, enumerator
1577 bool is_compact() const { return flags() & FLAG_COMPACT; } in is_compact()