Home
last modified time | relevance | path

Searched refs:mCachedXmlBlocks (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java153 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
560 synchronized (mCachedXmlBlocks) { in flushLayoutCache()
564 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()
1218 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()
1221 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()