Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1360 uint32_t attr_res_id; member
1368 bool operator() (const Theme::Entry& entry, uint32_t attr_res_id) const noexcept { in operator ()()
1369 return entry.attr_res_id < attr_res_id; in operator ()()
1386 const uint32_t attr_res_id = it->key; in ApplyStyle() local
1390 if (!is_valid_resid(attr_res_id)) { in ApplyStyle()
1402 Theme::Entry new_entry{attr_res_id, it->cookie, (*bag)->type_spec_flags, it->value}; in ApplyStyle()
1403 auto entry_it = std::lower_bound(entries_.begin(), entries_.end(), attr_res_id, in ApplyStyle()
1405 if (entry_it != entries_.end() && entry_it->attr_res_id == attr_res_id) { in ApplyStyle()
1439 if (entry_it == entries_.end() || entry_it->attr_res_id != resid) { in GetAttribute()
1569 int attribute_dest_package_id = get_package_id(entry.attr_res_id); in SetTo()
[all …]