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.java138 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
532 synchronized (mCachedXmlBlocks) { in flushLayoutCache()
536 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()
1161 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()
1164 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()