Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp91 ssize_t bag_off = def_style_res != 0 in ResolveAttrs() local
97 def_style_start + (bag_off >= 0 ? bag_off : 0); in ResolveAttrs()
255 ssize_t bag_off = def_style_res != 0 in ApplyStyle() local
261 def_style_attr_start + (bag_off >= 0 ? bag_off : 0); in ApplyStyle()
268 bag_off = in ApplyStyle()
274 style_attr_start + (bag_off >= 0 ? bag_off : 0); in ApplyStyle()