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()
770 bool parseScreenHeightDp(const char* name, ResTable_config* out) { in parseScreenHeightDp() function
/frameworks/base/tools/aapt2/
DConfigDescription.cpp506 static bool parseScreenHeightDp(const char* name, ResTable_config* out) { in parseScreenHeightDp() function
617 if (parseScreenHeightDp(partIter->c_str(), &config)) { in parse()