Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java126 private Map<int[], Map<Integer, BridgeTypedArray>> mTypedArrayCache; field in BridgeContext
522 if (mTypedArrayCache == null) { in obtainStyledAttributes()
523 mTypedArrayCache = new HashMap<int[], Map<Integer,BridgeTypedArray>>(); in obtainStyledAttributes()
526 mTypedArrayCache.put(attrs, map); in obtainStyledAttributes()
535 Map<Integer, BridgeTypedArray> map = mTypedArrayCache.get(attrs); in obtainStyledAttributes()
538 mTypedArrayCache.put(attrs, map); in obtainStyledAttributes()