Searched refs:mLastCachedXmlBlockIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java135 private int mLastCachedXmlBlockIndex = -1; field in class:ResourcesImpl
1178 final int pos = (mLastCachedXmlBlockIndex + 1) % num;
1179 mLastCachedXmlBlockIndex = pos;

Completed in 10 milliseconds