Lines Matching refs:GetAttributeInteger
346 int32_t* GetAttributeInteger(xml::Attribute* attr, in GetAttributeInteger() function in aapt::ManifestExtractor::Element
374 auto value = GetAttributeInteger(attr, config); in GetAttributeIntegerDefault()
582 platformVersionNameInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract()
584 platformVersionCodeInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract()
588 compilesdkVersion = GetAttributeInteger(FindAttribute(manifest, COMPILE_SDK_VERSION_ATTR)); in Extract()
591 installLocation = GetAttributeInteger(FindAttribute(manifest, INSTALL_LOCATION_ATTR)); in Extract()
811 min_sdk = GetAttributeInteger(FindAttribute(element, MIN_SDK_VERSION_ATTR)); in Extract()
813 max_sdk = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
814 target_sdk = GetAttributeInteger(FindAttribute(element, TARGET_SDK_VERSION_ATTR)); in Extract()
1323 int32_t* gl = GetAttributeInteger(FindAttribute(element, GL_ES_VERSION_ATTR)); in Extract()
1486 maxSdkVersion = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
1576 auto orientation = GetAttributeInteger(FindAttribute(element, SCREEN_ORIENTATION_ATTR)); in Extract()
1676 const int32_t* exported = GetAttributeInteger(FindAttribute(element, EXPORTED_ATTR)); in Extract()
1677 const int32_t* grant_uri_permissions = GetAttributeInteger( in Extract()
1926 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
1928 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
2339 size = GetAttributeInteger(FindAttribute(element, SCREEN_SIZE_ATTR)); in Extract()
2340 density = GetAttributeInteger(FindAttribute(element, SCREEN_DENSITY_ATTR)); in Extract()
2416 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
2418 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()