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

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java138 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in class:ResourcesImpl
532 synchronized (mCachedXmlBlocks) {
536 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
1161 synchronized (mCachedXmlBlocks) {
1164 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;

Completed in 59 milliseconds