Searched refs:parseScreenWidthDp (Results 1 – 3 of 3) sorted by relevance
59 bool parseScreenWidthDp(const char* str, android::ResTable_config* out = NULL);
94 if (parseScreenWidthDp(part, &config)) { in parse()814 bool parseScreenWidthDp(const char* name, ResTable_config* out) { in parseScreenWidthDp() function
575 static bool parseScreenWidthDp(const char* name, ResTable_config* out) { in parseScreenWidthDp() function701 if (parseScreenWidthDp(part_iter->c_str(), &config)) { in Parse()