Searched refs:parseScreenLayoutSize (Results 1 – 3 of 3) sorted by relevance
61 bool parseScreenLayoutSize(const char* str, android::ResTable_config* out = NULL);
110 if (parseScreenLayoutSize(part, &config)) { in parse()381 bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function
120 static bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function709 if (parseScreenLayoutSize(part_iter->c_str(), &config)) { in Parse()