Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java146 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
577 synchronized (mCachedXmlBlocks) { in flushLayoutCache()
581 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()
1225 synchronized (mCachedXmlBlocks) {
1228 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13899 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;