Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java171 private TypedArrayCache mTypedArrayCache; field in BridgeContext
655 if (mTypedArrayCache == null) { in internalObtainStyledAttributes()
656 mTypedArrayCache = new TypedArrayCache(); in internalObtainStyledAttributes()
662 mTypedArrayCache.get(attrs, currentThemes, resId); in internalObtainStyledAttributes()
666 mTypedArrayCache.put(attrs, currentThemes, resId, typeArrayAndPropertiesPair); in internalObtainStyledAttributes()