Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java262 int style_resid = 0; in ApplyStyle() local
275 style_resid = value.get().data; in ApplyStyle()
293 if (style_resid != 0) { in ApplyStyle()
294 xml_style_bag = assetmanager.GetBag(style_resid); in ApplyStyle()
DAttributeResolution10.java266 int style_resid = 0; in ApplyStyle() local
279 style_resid = value.get().data; in ApplyStyle()
297 if (style_resid != 0) { in ApplyStyle()
298 xml_style_bag = assetmanager.GetBag(style_resid); in ApplyStyle()