Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues_test.cpp217 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()
DResourceValues.cpp441 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()
DResourceParser.cpp50 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()
DResourceUtils_test.cpp205 EXPECT_THAT(ResourceUtils::TryParseItemForAttribute(" 12\n ", ResTable_map::TYPE_INTEGER), in TEST()
DResourceUtils.cpp555 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask()
608 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
DResourceParser_test.cpp277 EXPECT_THAT(attr->type_mask, Eq(ResTable_map::TYPE_INTEGER)); in TEST_F()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry
189 mType = TYPE_INTEGER; in RestrictionEntry()
DRestrictionsManager.java636 case RestrictionEntry.TYPE_INTEGER: in loadRestriction()
711 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp46 android::ResTable_map::TYPE_INTEGER) in SetUp()
52 android::ResTable_map::TYPE_INTEGER) in SetUp()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java154 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/
DTableFlattener_test.cpp228 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp115 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1523 TYPE_INTEGER = 1<<2, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp187 { 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/
DResourceTypes.cpp5246 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
5530 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8064 field public static final int TYPE_INTEGER = 5; // 0x5
/frameworks/base/api/
Dcurrent.txt9851 field public static final int TYPE_INTEGER = 5; // 0x5
Dtest-current.txt9886 field public static final int TYPE_INTEGER = 5; // 0x5
Dsystem-current.txt10402 field public static final int TYPE_INTEGER = 5; // 0x5