Searched refs:type_spec_flags (Results 1 – 4 of 4) sorted by relevance
994 value.flags |= (*bag)->type_spec_flags; in ResolveBag()1082 new_bag->type_spec_flags = entry->type_flags; in GetBag()1212 new_bag->type_spec_flags = entry->type_flags | (*parent_bag)->type_spec_flags; in GetBag()1326 if (diff & iter->second->type_spec_flags) { in InvalidateCaches()1362 uint32_t type_spec_flags; member1383 type_spec_flags_ |= (*bag)->type_spec_flags; in ApplyStyle()1402 Theme::Entry new_entry{attr_res_id, it->cookie, (*bag)->type_spec_flags, it->value}; in ApplyStyle()1435 uint32_t type_spec_flags = 0u; in GetAttribute() local1443 type_spec_flags |= entry_it->type_spec_flags; in GetAttribute()1450 entry_it->cookie, type_spec_flags, 0U /* resid */, in GetAttribute()[all …]
332 uint32_t type_spec_flags = 0; in FindByName() local356 type_spec_flags = *flags; in FindByName()377 s->is_public = (type_spec_flags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0; in FindByName()379 (type_spec_flags & android::ResTable_typeSpec::SPEC_STAGED_API) != 0; in FindByName()
65 uint32_t type_spec_flags; member221 flags(bag->type_spec_flags), resid(0U), config({}) {}; in SelectedValue()
329 const uint32_t* type_spec_flags = reinterpret_cast<const uint32_t*>( in ParseTypeSpec() local333 entry_type_spec_flags_[id] = util::DeviceToHost32(type_spec_flags[i]); in ParseTypeSpec()