Searched refs:mCachedXmlBlockIds (Results 1 – 1 of 1) sorted by relevance
132 private final int[] mCachedXmlBlockIds = { 0, 0, 0, 0 }; field in Resources2240 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()