Home
last modified time | relevance | path

Searched refs:mCachedXmlBlocks (Results 1 – 2 of 2) 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
662 synchronized (mCachedXmlBlocks) { in flushLayoutCache()
666 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()
1310 synchronized (mCachedXmlBlocks) {
1313 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13899 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;