Searched refs:mCachedXmlBlocks (Results 1 – 2 of 2) sorted by relevance
146 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl577 synchronized (mCachedXmlBlocks) { in flushLayoutCache()581 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()1225 synchronized (mCachedXmlBlocks) {1228 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
13899 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;