Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1731 static bool IsUndefined(const Res_value& value) { in IsUndefined() function
1784 const bool is_undefined = IsUndefined(it->value); in ApplyStyle()
1791 if (force || IsUndefined(entry_it->value)) { in ApplyStyle()
1810 [](const auto& pair) { return IsUndefined(pair.second.value); }); in ApplyStyle()
1843 if (IsUndefined(entry_it->value)) { in GetAttribute()