Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java132 private final int[] mCachedXmlBlockIds = { 0, 0, 0, 0 }; field in Resources
2240 synchronized (mCachedXmlBlockIds) { in flushLayoutCache()
2242 final int num = mCachedXmlBlockIds.length; in flushLayoutCache()
2244 mCachedXmlBlockIds[i] = -0; in flushLayoutCache()
2665 synchronized (mCachedXmlBlockIds) { in loadXmlResourceParser()
2667 final int num = mCachedXmlBlockIds.length; in loadXmlResourceParser()
2669 if (mCachedXmlBlockIds[i] == id) { in loadXmlResourceParser()
2688 mCachedXmlBlockIds[pos] = id; in loadXmlResourceParser()