Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java150 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl
1235 final int pos = (mLastCachedXmlBlockIndex + 1) % num; in loadXmlResourceParser()
1236 mLastCachedXmlBlockIndex = pos; in loadXmlResourceParser()