Searched refs:mCachedXmlBlocks (Results 1 – 2 of 2) sorted by relevance
153 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl662 synchronized (mCachedXmlBlocks) { in flushLayoutCache()666 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()1310 synchronized (mCachedXmlBlocks) {1313 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
13899 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;