Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.h64 bool parseOrientation(const char* str, android::ResTable_config* out = NULL);
DAaptConfig.cpp134 if (parseOrientation(part, &config)) { in parse()
431 bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() function
/frameworks/base/tools/aapt2/
DConfigDescription.cpp167 static bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() function
638 if (parseOrientation(partIter->c_str(), &config)) { in parse()