Searched refs:mLastCachedXmlBlockIndex (Results 1 – 2 of 2) sorted by relevance
143 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl1242 final int pos = (mLastCachedXmlBlockIndex + 1) % num;1243 mLastCachedXmlBlockIndex = pos;
13902 Landroid/content/res/ResourcesImpl;->mLastCachedXmlBlockIndex:I