Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp64 bool ResolveAttrs(Theme* theme, uint32_t def_style_attr, uint32_t def_style_res, in ResolveAttrs() argument
69 def_style_attr, def_style_res); in ResolveAttrs()
80 if (def_style_attr != 0) { in ResolveAttrs()
82 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) { in ResolveAttrs()
205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() argument
210 def_style_attr, def_style_resid, xml_parser); in ApplyStyle()
221 if (def_style_attr != 0) { in ApplyStyle()
223 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) { in ApplyStyle()
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h48 bool ResolveAttrs(Theme* theme, uint32_t def_style_attr, uint32_t def_style_resid,
54 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1185 jint def_style_attr, jint def_style_resid) { in NativeAttributeResolutionStack() argument
1194 if (def_style_attr != 0) { in NativeAttributeResolutionStack()
1196 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) { in NativeAttributeResolutionStack()
1223 jint def_style_attr, jint def_style_resid, jlong xml_parser_ptr, in NativeApplyStyle() argument
1240 ApplyStyle(theme, xml_parser, static_cast<uint32_t>(def_style_attr), in NativeApplyStyle()
1247 jint def_style_attr, jint def_style_resid, jintArray java_values, in NativeResolveAttrs() argument
1306 theme, static_cast<uint32_t>(def_style_attr), static_cast<uint32_t>(def_style_resid), in NativeResolveAttrs()