Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java787 String customStyle = set.getAttributeValue(null, "style"); in internalObtainStyledAttributes() local
788 if (customStyle != null) { in internalObtainStyledAttributes()
790 new UnresolvedResourceValue(customStyle, currentFileNamespace, resolver)); in internalObtainStyledAttributes()