Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.cpp1482 const String16 style16("style"); in flatten_node() local
1524 } else if (ae.name == style16) { in flatten_node()
DResourceTable.cpp808 const String16 style16("style"); in compileResourceFile() local
1448 } else if (strcmp16(block.getElementName(&len), style16.string()) == 0) { in compileResourceFile()
1449 curTag = &style16; in compileResourceFile()
1450 curType = style16; in compileResourceFile()
3667 const String16 style16("style"); in assignResourceIds() local
3672 mParentId = table->getResId(mParent, &style16, NULL, &errorMsg); in assignResourceIds()