Searched defs:mCachedXmlBlockIds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java111 private final int[] mCachedXmlBlockIds = { 0, 0, 0, 0 }; field in class:Resources
1825 synchronized (mCachedXmlBlockIds) {
1827 final int num = mCachedXmlBlockIds.length;
1829 mCachedXmlBlockIds[i] = -0;
2123 synchronized (mCachedXmlBlockIds) {
2125 final int num = mCachedXmlBlockIds.length;
2127 if (mCachedXmlBlockIds[i] == id) {
2146 mCachedXmlBlockIds[pos] = id;

Completed in 66 milliseconds