Searched refs:cachedXmlBlocks (Results 1 – 1 of 1) sorted by relevance
581 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache() local583 final XmlBlock oldBlock = cachedXmlBlocks[i]; in flushLayoutCache()588 Arrays.fill(cachedXmlBlocks, null); in flushLayoutCache()1228 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;1234 return cachedXmlBlocks[i].newParser(id);1244 final XmlBlock oldBlock = cachedXmlBlocks[pos];1250 cachedXmlBlocks[pos] = block;