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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java115 private Map<int[], Map<Integer, TypedArray>> mTypedArrayCache; field in class:BridgeContext
467 if (mTypedArrayCache == null) {
468 mTypedArrayCache = new HashMap<int[], Map<Integer,TypedArray>>();
471 mTypedArrayCache.put(attrs, map);
480 Map<Integer, TypedArray> map = mTypedArrayCache.get(attrs);
483 mTypedArrayCache.put(attrs, map);

Completed in 36 milliseconds