Home | History | Annotate | Download | only in androidfw

Lines Matching refs:attrType

4072                              uint32_t attrType,
4112 attrType = bag->map.value.data;
4128 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
4130 if (attrType == ResTable_map::TYPE_ENUM
4131 || attrType == ResTable_map::TYPE_FLAGS
4132 || attrType == ResTable_map::TYPE_INTEGER) {
4143 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
4148 // Note: we don't check attrType here because the reference can
4285 if ((attrType&ResTable_map::TYPE_COLOR) == 0) {
4299 if ((attrType&ResTable_map::TYPE_COLOR) != 0) {
4318 // Note: we don't check attrType here because the reference can
4383 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) {
4387 if (!canStringCoerce && (attrType&ResTable_map::TYPE_FLOAT) == 0) {
4407 if ((attrType&ResTable_map::TYPE_DIMENSION) != 0) {
4417 if ((attrType&ResTable_map::TYPE_FRACTION) != 0) {
4426 } else if ((attrType&ResTable_map::TYPE_FLOAT) == 0) {
4443 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {
4464 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {
4479 if ((attrType&ResTable_map::TYPE_ENUM) != 0) {
4518 if ((attrType&ResTable_map::TYPE_FLAGS) != 0) {
4580 if ((attrType&ResTable_map::TYPE_STRING) == 0) {