Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java869 AttributeHolder attributeHolder = attributeList.get(index); in obtainStyledAttributes() local
871 if (attributeHolder == null) { in obtainStyledAttributes()
875 String attrName = attributeHolder.name; in obtainStyledAttributes()
876 boolean frameworkAttr = attributeHolder.isFramework; in obtainStyledAttributes()
968 ta.bridgeSetValue(index, attrName, frameworkAttr, attributeHolder.resourceId, in obtainStyledAttributes()
973 ta.bridgeSetValue(index, attrName, frameworkAttr, attributeHolder.resourceId, in obtainStyledAttributes()