/frameworks/base/tools/aapt2/ |
D | ResourceValues_test.cpp | 217 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; in TEST() local 225 Attribute attr2(false /*weak*/, TYPE_INTEGER | TYPE_ENUM); in TEST() 234 Attribute attr3(false /*weak*/, TYPE_INTEGER | TYPE_FLAGS); in TEST()
|
D | ResourceValues.cpp | 441 if ((type_mask & android::ResTable_map::TYPE_INTEGER) != 0) { in PrintMask() 566 if (attr.type_mask & android::ResTable_map::TYPE_INTEGER) { in BuildAttributeMismatchMessage() 584 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; in Matches() local 612 if ((type_mask & TYPE_INTEGER) == 0) { in Matches() 630 } else if ((type_mask & TYPE_INTEGER) == 0) { in Matches() 639 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()
|
D | ResourceParser.cpp | 50 return android::ResTable_map::TYPE_INTEGER; in ParseFormatTypeNoEnumsOrFlags() 381 {"integer", {ResourceType::kInteger, android::ResTable_map::TYPE_INTEGER}}, in ParseResource() 933 (type_mask & android::ResTable_map::TYPE_INTEGER) == 0) { in ParseAttrImpl() 1177 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()
|
D | ResourceUtils_test.cpp | 205 EXPECT_THAT(ResourceUtils::TryParseItemForAttribute(" 12\n ", ResTable_map::TYPE_INTEGER), in TEST()
|
D | ResourceUtils.cpp | 555 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask() 608 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
|
D | ResourceParser_test.cpp | 277 EXPECT_THAT(attr->type_mask, Eq(ResTable_map::TYPE_INTEGER)); in TEST_F()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry 189 mType = TYPE_INTEGER; in RestrictionEntry()
|
D | RestrictionsManager.java | 636 case RestrictionEntry.TYPE_INTEGER: in loadRestriction() 711 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer_test.cpp | 46 android::ResTable_map::TYPE_INTEGER) in SetUp() 52 android::ResTable_map::TYPE_INTEGER) in SetUp()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 154 private static final String TYPE_INTEGER = "i"; field in Content.Parser 390 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
|
/frameworks/base/tools/aapt2/flatten/ |
D | TableFlattener_test.cpp | 228 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 115 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1523 TYPE_INTEGER = 1<<2, enumerator
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 187 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER, 416 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute() 1428 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile() 1508 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5246 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 5530 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8064 field public static final int TYPE_INTEGER = 5; // 0x5
|
/frameworks/base/api/ |
D | current.txt | 9851 field public static final int TYPE_INTEGER = 5; // 0x5
|
D | test-current.txt | 9886 field public static final int TYPE_INTEGER = 5; // 0x5
|
D | system-current.txt | 10402 field public static final int TYPE_INTEGER = 5; // 0x5
|