Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DResEntryWriter.cpp203 flags |= ResTable_entry::FLAG_COMPLEX; in WriteEntry()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1539 FLAG_COMPLEX = 0x0001, enumerator
1578 bool is_complex() const { return flags() & FLAG_COMPLEX; } in is_complex()
/frameworks/base/tools/aapt/
DResourceTable.cpp3751 header.full.flags |= htods(header.FLAG_COMPLEX); in flatten()