Searched refs:mLastCachedXmlBlockIndex (Results 1 – 1 of 1) sorted by relevance
150 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl1235 final int pos = (mLastCachedXmlBlockIndex + 1) % num; in loadXmlResourceParser()1236 mLastCachedXmlBlockIndex = pos; in loadXmlResourceParser()