Searched refs:attrRes (Results 1 – 1 of 1) sorted by relevance
200 final int attrRes = bag_entry.map.name.ident; in applyStyle() local201 final int p = Res_GETPACKAGE(attrRes); in applyStyle()202 final int t = Res_GETTYPE(attrRes); in applyStyle()203 final int e = Res_GETENTRY(attrRes); in applyStyle()206 final int pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle()208 ALOGE("Style contains key with bad package: 0x%08x\n", attrRes); in applyStyle()223 ALOGE("Style contains key with bad type: 0x%08x\n", attrRes); in applyStyle()242 ALOGE("Style contains key with bad entry: 0x%08x\n", attrRes); in applyStyle()254 mTable.getResourceName(attrRes, true, outName); in applyStyle()255 System.out.println(" " + outName + "(" + attrRes + ")" + " := " + bag_entry.map.value); in applyStyle()[all …]