Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DResourceTypes.cpp1334 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle() local
1335 if (pidx < 0) { in applyStyle()
1341 curPackageIndex = pidx; in applyStyle()
1342 curPI = mPackages[pidx]; in applyStyle()
1344 PackageGroup* const grp = mTable.mPackageGroups[pidx]; in applyStyle()
1350 mPackages[pidx] = curPI; in applyStyle()