Searched refs:mCachedXmlBlocks (Results 1 – 2 of 2) sorted by relevance
141 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl565 synchronized (mCachedXmlBlocks) { in flushLayoutCache()569 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()1185 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()1188 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()
16777 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;