Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.h180 void hintWillAdd(size_t stringCount, size_t styleCount);
DStringPool.cpp212 void StringPool::hintWillAdd(size_t stringCount, size_t styleCount) { in hintWillAdd() function in aapt::StringPool
DBinaryResourceParser.cpp273 mTable->getValueStringPool().hintWillAdd( in parseTable()