Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java735 String customStyle = set.getAttributeValue(null, "style"); in internalObtainStyledAttributes() local
736 if (customStyle != null) { in internalObtainStyledAttributes()
738 new UnresolvedResourceValue(customStyle, currentFileNamespace, resolver)); in internalObtainStyledAttributes()