Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp253 const ResTable::bag_entry* def_style_attr_start = nullptr; in ApplyStyle() local
256 ? res.getBagLocked(def_style_res, &def_style_attr_start, in ApplyStyle()
261 def_style_attr_start + (bag_off >= 0 ? bag_off : 0); in ApplyStyle()
262 BagAttributeFinder def_style_attr_finder(def_style_attr_start, in ApplyStyle()