Searched refs:GetAttributeInteger (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 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() [all …]
|