Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp231 uint32_t style_resid = 0u; in ApplyStyle() local
244 style_resid = value.data; in ApplyStyle()
262 if (style_resid != 0) { in ApplyStyle()
263 xml_style_bag = assetmanager->GetBag(style_resid); in ApplyStyle()