Searched refs:mTypedArrayCache (Results 1 – 1 of 1) sorted by relevance
126 private Map<int[], Map<Integer, BridgeTypedArray>> mTypedArrayCache; field in BridgeContext522 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()