Searched refs:typeArrayAndPropertiesPair (Results 1 – 1 of 1) sorted by relevance
726 Pair<BridgeTypedArray, Map<ResourceReference, ResourceValue>> typeArrayAndPropertiesPair = in internalObtainStyledAttributes() local729 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()