Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java197 private TypedArrayCache mTypedArrayCache; field in BridgeContext
781 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()