Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.h61 bool parseScreenLayoutSize(const char* str, android::ResTable_config* out = NULL);
DAaptConfig.cpp110 if (parseScreenLayoutSize(part, &config)) { in parse()
381 bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function
/frameworks/base/libs/androidfw/
DConfigDescription.cpp120 static bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function
709 if (parseScreenLayoutSize(part_iter->c_str(), &config)) { in Parse()