Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DAaptConfig.h62 bool parseScreenLayoutLong(const char* str, android::ResTable_config* out = NULL);
H A DAaptConfig.cpp118 if (parseScreenLayoutLong(part, &config)) { in parse()
412 bool parseScreenLayoutLong(const char* name, ResTable_config* out) { in parseScreenLayoutLong() function
/aosp14/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp174 static bool parseScreenLayoutLong(const char* name, ResTable_config* out) { in parseScreenLayoutLong() function
741 if (parseScreenLayoutLong(part_iter->c_str(), &config)) { in Parse()