/frameworks/base/tools/aapt2/ |
D | ResourceValues_test.cpp | 33 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; variable 237 Attribute attr2(TYPE_INTEGER | TYPE_ENUM); in TEST() 246 Attribute attr3(TYPE_INTEGER | TYPE_FLAGS); in TEST()
|
D | ResourceValues.cpp | 600 if ((type_mask & android::ResTable_map::TYPE_INTEGER) != 0) { in MaskString() 729 if (attr.type_mask & android::ResTable_map::TYPE_INTEGER) { in BuildAttributeMismatchMessage() 747 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; in Matches() local 775 if ((type_mask & TYPE_INTEGER) == 0) { in Matches() 793 } else if ((type_mask & TYPE_INTEGER) == 0) { in Matches() 802 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()
|
D | ResourceUtils_test.cpp | 222 ResTable_map::TYPE_INTEGER), in TEST() 250 ResTable_map::TYPE_INTEGER), in TEST()
|
D | ResourceParser.cpp | 63 return android::ResTable_map::TYPE_INTEGER; in ParseFormatTypeNoEnumsOrFlags() 520 {"integer", {ResourceType::kInteger, android::ResTable_map::TYPE_INTEGER}}, in ParseResource() 1361 (type_mask & android::ResTable_map::TYPE_INTEGER) == 0) { in ParseAttrImpl() 1595 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()
|
D | ResourceUtils.cpp | 603 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask() 659 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 85 public static final int TYPE_INTEGER = 5; field in RestrictionEntry 190 mType = TYPE_INTEGER; in RestrictionEntry()
|
D | RestrictionsManager.java | 700 case RestrictionEntry.TYPE_INTEGER: in loadRestriction() 775 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
|
/frameworks/base/media/java/android/media/ |
D | MediaFormat.java | 1868 public static final int TYPE_INTEGER = 1; field in MediaFormat 1877 TYPE_INTEGER, 1894 return TYPE_INTEGER; in getValueTypeForKey()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 158 private static final String TYPE_INTEGER = "i"; field in Content.Parser 449 } else if (TYPE_INTEGER.equalsIgnoreCase(type)) { in parseBindValue()
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer_test.cpp | 51 android::ResTable_map::TYPE_INTEGER) in SetUp() 57 android::ResTable_map::TYPE_INTEGER) in SetUp()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageManager.java | 298 private static final int TYPE_INTEGER = 3; field in PackageManager.Property 337 this(name, isResource ? TYPE_RESOURCE : TYPE_INTEGER, packageName, className); in Property() 411 return mType == TYPE_INTEGER ? mIntegerValue : 0; in getInteger() 418 return mType == TYPE_INTEGER; in isInteger() 464 } else if (mType == TYPE_INTEGER) { in toBundle() 489 } else if (mType == TYPE_INTEGER) { in writeToParcel() 510 } else if (type == TYPE_INTEGER) {
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 117 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1693 TYPE_INTEGER = 1<<2, enumerator
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 186 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER, 415 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute() 1427 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile() 1507 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 221 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 93 TYPE_INTEGER = 1, enumerator 1088 case AMessage::kTypeInt32: type = TYPE_INTEGER; break; in describeParameter()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5719 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 6003 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
|
/frameworks/base/core/api/ |
D | current.txt | 11749 field public static final int TYPE_INTEGER = 5; // 0x5 23780 field public static final int TYPE_INTEGER = 1; // 0x1
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8064 field public static final int TYPE_INTEGER = 5; // 0x5
|