Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java785 StyleResourceValue customStyleValues = null; in internalObtainStyledAttributes() local
793 customStyleValues = (StyleResourceValue) resolved; in internalObtainStyledAttributes()
903 if (customStyleValues != null) { in internalObtainStyledAttributes()
905 mRenderResources.findItemInStyle(customStyleValues, attrRef); in internalObtainStyledAttributes()