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.java126 private Map<int[], Map<Integer, BridgeTypedArray>> mTypedArrayCache; field in class:BridgeContext
522 if (mTypedArrayCache == null) {
523 mTypedArrayCache = new HashMap<int[], Map<Integer,BridgeTypedArray>>();
526 mTypedArrayCache.put(attrs, map);
535 Map<Integer, BridgeTypedArray> map = mTypedArrayCache.get(attrs);
538 mTypedArrayCache.put(attrs, map);

Completed in 49 milliseconds