Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java726 Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> typeArrayAndPropertiesPair = in internalObtainStyledAttributes() local
729 if (typeArrayAndPropertiesPair == null) { in internalObtainStyledAttributes()
730 typeArrayAndPropertiesPair = createStyleBasedTypedArray(style, attrs); in internalObtainStyledAttributes()
731 mTypedArrayCache.put(attrs, currentThemes, resId, typeArrayAndPropertiesPair); in internalObtainStyledAttributes()
734 if (typeArrayAndPropertiesPair.second != null) { in internalObtainStyledAttributes()
740 defaultPropMap = typeArrayAndPropertiesPair.second; in internalObtainStyledAttributes()
743 defaultPropMap.putAll(typeArrayAndPropertiesPair.second); in internalObtainStyledAttributes()
747 return typeArrayAndPropertiesPair.first; in internalObtainStyledAttributes()