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

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java112 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in class:ResourcesImpl
503 synchronized (mCachedXmlBlocks) {
507 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
960 synchronized (mCachedXmlBlocks) {
963 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;

Completed in 71 milliseconds