Lines Matching refs:GetAttributeInteger
232 int32_t* GetAttributeInteger(xml::Attribute* attr, in GetAttributeInteger() function in aapt::ManifestExtractor::Element
260 auto value = GetAttributeInteger(attr, config); in GetAttributeIntegerDefault()
445 compilesdkVersion = GetAttributeInteger(FindAttribute(manifest, COMPILE_SDK_VERSION_ATTR)); in Extract()
448 installLocation = GetAttributeInteger(FindAttribute(manifest, INSTALL_LOCATION_ATTR)); in Extract()
596 min_sdk = GetAttributeInteger(FindAttribute(element, MIN_SDK_VERSION_ATTR)); in Extract()
598 max_sdk = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
599 target_sdk = GetAttributeInteger(FindAttribute(element, TARGET_SDK_VERSION_ATTR)); in Extract()
1021 int32_t* gl = GetAttributeInteger(FindAttribute(element, GL_ES_VERSION_ATTR)); in Extract()
1112 maxSdkVersion = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
1185 auto orientation = GetAttributeInteger(FindAttribute(element, SCREEN_ORIENTATION_ATTR)); in Extract()
1269 const int32_t* exported = GetAttributeInteger(FindAttribute(element, EXPORTED_ATTR)); in Extract()
1270 const int32_t* grant_uri_permissions = GetAttributeInteger( in Extract()
1408 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
1410 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
1727 size = GetAttributeInteger(FindAttribute(element, SCREEN_SIZE_ATTR)); in Extract()
1728 density = GetAttributeInteger(FindAttribute(element, SCREEN_DENSITY_ATTR)); in Extract()