Searched refs:cachedXmlBlocks (Results 1 – 1 of 1) sorted by relevance
666 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache() local668 final XmlBlock oldBlock = cachedXmlBlocks[i]; in flushLayoutCache()673 Arrays.fill(cachedXmlBlocks, null); in flushLayoutCache()1313 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;1319 return cachedXmlBlocks[i].newParser(id);1329 final XmlBlock oldBlock = cachedXmlBlocks[pos];1335 cachedXmlBlocks[pos] = block;