Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.h59 bool parseScreenWidthDp(const char* str, android::ResTable_config* out = NULL);
DAaptConfig.cpp94 if (parseScreenWidthDp(part, &config)) { in parse()
814 bool parseScreenWidthDp(const char* name, ResTable_config* out) { in parseScreenWidthDp() function
/frameworks/base/tools/aapt2/
DConfigDescription.cpp575 static bool parseScreenWidthDp(const char* name, ResTable_config* out) { in parseScreenWidthDp() function
701 if (parseScreenWidthDp(part_iter->c_str(), &config)) { in Parse()