Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp553 const String16& curType, in parseAndAddBag() argument
585 myPackage, curType, ident, parentIdent, itemIdent, str, in parseAndAddBag()
596 const String16& curType, in parseAndAddEntry() argument
624 myPackage, curType, ident, str, &spans, &config, in parseAndAddEntry()
730 String16 curType; in compileResourceFile() local
1094 curType = String16(block.getAttributeStringValue(attri, &len)); in compileResourceFile()
1155 curType = string16; in compileResourceFile()
1161 curType = drawable16; in compileResourceFile()
1165 curType = color16; in compileResourceFile()
1169 curType = bool16; in compileResourceFile()
[all …]
/frameworks/base/libs/utils/
DResourceTypes.cpp1322 uint32_t curType = 0xffffffff; in applyStyle() local
1352 curType = 0xffffffff; in applyStyle()
1354 if (curType != t) { in applyStyle()
1360 curType = t; in applyStyle()