Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java151 private final int[] mCachedXmlBlockCookies = new int[XML_BLOCK_CACHE_SIZE]; field in ResourcesImpl
561 Arrays.fill(mCachedXmlBlockCookies, 0); in flushLayoutCache()
1219 final int[] cachedXmlBlockCookies = mCachedXmlBlockCookies; in loadXmlResourceParser()