[go: nahoru, domu]

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

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

Completed in 14 milliseconds