Searched refs:parseOrientation (Results 1 – 3 of 3) sorted by relevance
66 bool parseOrientation(const char* str, android::ResTable_config* out = NULL);
150 if (parseOrientation(part, &config)) { in parse()492 bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() function
255 static bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() function750 if (parseOrientation(part_iter->c_str(), &config)) { in Parse()