Lines Matching refs:theme
64 bool ResolveAttrs(Theme* theme, uint32_t def_style_attr, uint32_t def_style_res, in ResolveAttrs() argument
68 ALOGI("APPLY STYLE: theme=0x%p defStyleAttr=0x%x defStyleRes=0x%x", theme, in ResolveAttrs()
72 AssetManager2* assetmanager = theme->GetAssetManager(); in ResolveAttrs()
82 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) { in ResolveAttrs()
143 theme->ResolveAttributeReference(cookie, &value, &config, &type_set_flags, &resid); in ResolveAttrs()
152 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags); in ResolveAttrs()
205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() argument
209 ALOGI("APPLY STYLE: theme=0x%p defStyleAttr=0x%x defStyleRes=0x%x xml=0x%p", theme, in ApplyStyle()
213 AssetManager2* assetmanager = theme->GetAssetManager(); in ApplyStyle()
223 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) { in ApplyStyle()
238 if (theme->GetAttribute(value.data, &value, &style_flags) == kInvalidCookie) { in ApplyStyle()
342 theme->ResolveAttributeReference(cookie, &value, &config, &type_set_flags, &resid); in ApplyStyle()
352 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags); in ApplyStyle()