Searched defs:formatted (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceParser.cpp784 bool formatted = true; local
786 xml::FindAttribute(parser, "formatted")) {
791 << "invalid value for 'formatted'. Must be a boolean");
794 formatted = maybe_formatted.value();
818 if (formatted && translatable) {
822 "did you mean to add the formatted=\"false\" attribute?";
/frameworks/base/tools/aapt/
H A DResourceTable.cpp845 const String16 formatted16("formatted");
1361 String16 formatted; local
1372 formatted.setTo(block.getAttributeStringValue(i, &length));
1403 if (formatted == false16) {

Completed in 63 milliseconds