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