Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DTableFlattener.cpp316 size_t expectedTypeId = 1; in flatten() local
332 while (type->typeId > expectedTypeId) { in flatten()
334 typeName += expectedTypeId; in flatten()
336 expectedTypeId++; in flatten()
338 expectedTypeId++; in flatten()