Searched refs:mTypedArrayCache (Results 1 – 1 of 1) sorted by relevance
197 private TypedArrayCache mTypedArrayCache; field in BridgeContext781 if (mTypedArrayCache == null) { in internalObtainStyledAttributes()782 mTypedArrayCache = new TypedArrayCache(); in internalObtainStyledAttributes()788 mTypedArrayCache.get(attrs, currentThemes, resId); in internalObtainStyledAttributes()792 mTypedArrayCache.put(attrs, currentThemes, resId, typeArrayAndPropertiesPair); in internalObtainStyledAttributes()