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