Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java141 private final XmlBlock[] mCachedXmlBlocks = new XmlBlock[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
565 synchronized (mCachedXmlBlocks) { in flushLayoutCache()
569 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in flushLayoutCache()
1185 synchronized (mCachedXmlBlocks) { in loadXmlResourceParser()
1188 final XmlBlock[] cachedXmlBlocks = mCachedXmlBlocks; in loadXmlResourceParser()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16777 Landroid/content/res/ResourcesImpl;->mCachedXmlBlocks:[Landroid/content/res/XmlBlock;