Searched refs:mLastCachedXmlBlockIndex (Results 1 – 2 of 2) sorted by relevance
150 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl1235 final int pos = (mLastCachedXmlBlockIndex + 1) % num; in loadXmlResourceParser()1236 mLastCachedXmlBlockIndex = pos; in loadXmlResourceParser()
16789 Landroid/content/res/ResourcesImpl;->mLastCachedXmlBlockIndex:I