Searched refs:mCachedXmlBlocks (Results 1 – 1 of 1) sorted by relevance
153 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl560 synchronized (mCachedXmlBlocks) { in flushLayoutCache()564 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()1218 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()1221 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()