Lines Matching refs:attr_res_id
1360 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()
1573 source.asset_manager_->FindEntry(entry.attr_res_id, 0 /* density_override */ , in SetTo()
1597 auto dest_attr_id = make_resid(attribute_dest_package_id, get_type_id(entry.attr_res_id), in SetTo()
1598 get_entry_id(entry.attr_res_id)); in SetTo()
1616 entry.attr_res_id, entry.value.data, entry.value.dataType, in Dump()