Searched refs:mCachedXmlBlocks (Results 1 – 1 of 1) sorted by relevance
138 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl532 synchronized (mCachedXmlBlocks) { in flushLayoutCache()536 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()1161 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()1164 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()