Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3517 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle() local
3518 if (pidx < 0) { in applyStyle()
3524 curPackageIndex = pidx; in applyStyle()
3525 curPI = mPackages[pidx]; in applyStyle()
3529 mPackages[pidx] = curPI; in applyStyle()