Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java1093 Style styleAttrStyle = null; in buildTypedValue() local
1132 styleAttrStyle = resolveStyle(styleAttributeResName, themeStyleSet); in buildTypedValue()
1153 …AttributeResource attribute = findAttributeValue(resId, set, styleAttrStyle, defStyleFromAttr, def… in buildTypedValue()
1227 …ource findAttributeValue(int resId, AttributeSet attributeSet, Style styleAttrStyle, Style defStyl… in findAttributeValue() argument
1261 if (styleAttrStyle != null) { in findAttributeValue()
1262 AttributeResource attribute = styleAttrStyle.getAttrValue(attrName); in findAttributeValue()