Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.h60 bool parseScreenHeightDp(const char* str, android::ResTable_config* out = NULL);
DAaptConfig.cpp102 if (parseScreenHeightDp(part, &config)) { in parse()
836 bool parseScreenHeightDp(const char* name, ResTable_config* out) { in parseScreenHeightDp() function
/frameworks/base/libs/androidfw/
DConfigDescription.cpp609 static bool parseScreenHeightDp(const char* name, ResTable_config* out) { in parseScreenHeightDp() function
727 if (parseScreenHeightDp(part_iter->c_str(), &config)) { in Parse()