Lines Matching refs:GetAttributeInteger
348 int32_t* GetAttributeInteger(xml::Attribute* attr, in GetAttributeInteger() function in aapt::ManifestExtractor::Element
376 auto value = GetAttributeInteger(attr, config); in GetAttributeIntegerDefault()
584 platformVersionNameInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract()
586 platformVersionCodeInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract()
590 compilesdkVersion = GetAttributeInteger(FindAttribute(manifest, COMPILE_SDK_VERSION_ATTR)); in Extract()
593 installLocation = GetAttributeInteger(FindAttribute(manifest, INSTALL_LOCATION_ATTR)); in Extract()
813 min_sdk = GetAttributeInteger(FindAttribute(element, MIN_SDK_VERSION_ATTR)); in Extract()
815 max_sdk = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
816 target_sdk = GetAttributeInteger(FindAttribute(element, TARGET_SDK_VERSION_ATTR)); in Extract()
1325 int32_t* gl = GetAttributeInteger(FindAttribute(element, GL_ES_VERSION_ATTR)); in Extract()
1488 maxSdkVersion = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract()
1578 auto orientation = GetAttributeInteger(FindAttribute(element, SCREEN_ORIENTATION_ATTR)); in Extract()
1678 const int32_t* exported = GetAttributeInteger(FindAttribute(element, EXPORTED_ATTR)); in Extract()
1679 const int32_t* grant_uri_permissions = GetAttributeInteger( in Extract()
1928 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
1930 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()
2341 size = GetAttributeInteger(FindAttribute(element, SCREEN_SIZE_ATTR)); in Extract()
2342 density = GetAttributeInteger(FindAttribute(element, SCREEN_DENSITY_ATTR)); in Extract()
2418 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract()
2420 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract()