Home
last modified time | relevance | path

Searched refs:mLastCachedXmlBlockIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java146 private int mLastCachedXmlBlockIndex = -1; field in ResourcesImpl
1327 final int pos = (mLastCachedXmlBlockIndex + 1) % num;
1328 mLastCachedXmlBlockIndex = pos;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13902 Landroid/content/res/ResourcesImpl;->mLastCachedXmlBlockIndex:I