Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java152 private final String[] mCachedXmlBlockFiles = new String[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
562 Arrays.fill(mCachedXmlBlockFiles, null); in flushLayoutCache()
1220 final String[] cachedXmlBlockFiles = mCachedXmlBlockFiles; in loadXmlResourceParser()