Home
last modified time | relevance | path

Searched refs:getAttributeIntValue (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DAttributeSet.java203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() method
279 public int getAttributeIntValue(int index, int defaultValue); in getAttributeIntValue() method
H A DXmlPullAttributes.java80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() method in XmlPullAttributes
117 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() method in XmlPullAttributes
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java78 final int rawColorIntAttr = xml.getAttributeIntValue(null, "rawColor", 0); in checkMetaData()
85 final int colorIntAttr = xml.getAttributeIntValue(nameSpace, "color", 0); in checkMetaData()
/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java419 int installLocation = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, in parseApkLite()
421 int versionCode = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, "versionCode", 0); in parseApkLite()
422 int versionCodeMajor = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, in parseApkLite()
425 int revisionCode = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, "revisionCode", 0); in parseApkLite()
487 rollbackDataPolicy = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, in parseApkLite()
525 overlayPriority = parser.getAttributeIntValue(ANDROID_RES_NAMESPACE, "priority", 0); in parseApkLite()
/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java416 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() method in XmlBlock.Parser
420 return getAttributeIntValue(idx, defaultValue); in getAttributeIntValue()
491 public int getAttributeIntValue(int idx, int defaultValue) { in getAttributeIntValue() method in XmlBlock.Parser
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DScreenRecordDrawable.java68 mLevel = attrs.getAttributeIntValue(null, "level", 0); in inflate()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java127 int version = parser.getAttributeIntValue(null, ATTR_VERSION, 0); in loadGlobalKeys()
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
H A DOverlayBaseTest.java278 actual = as.getAttributeIntValue(null, "value", -1); in testAppXml()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1656 installLocation = attrs.getAttributeIntValue(i, in parseApkLite()
1659 versionCode = attrs.getAttributeIntValue(i, 0); in parseApkLite()
1661 versionCodeMajor = attrs.getAttributeIntValue(i, 0); in parseApkLite()
1663 revisionCode = attrs.getAttributeIntValue(i, 0); in parseApkLite()
1716 rollbackDataPolicy = attrs.getAttributeIntValue(i, 0); in parseApkLite()
1731 overlayPriority = attrs.getAttributeIntValue(i, 0); in parseApkLite()
1750 targetSdkVersion = attrs.getAttributeIntValue(i, in parseApkLite()
1754 minSdkVersion = attrs.getAttributeIntValue(i, DEFAULT_MIN_SDK_VERSION); in parseApkLite()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2843 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() method in ZenModeHelperTest.XmlResourceParserImpl
2875 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() method in ZenModeHelperTest.XmlResourceParserImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5408 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeIntValue(II)I
5409 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeIntValue(Ljava/lang/String;Ljava/lang/String;…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5411 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeIntValue(II)I
5412 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeIntValue(Ljava/lang/String;Ljava/lang/String;…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49276 method public int getAttributeIntValue(String, String, int);
49277 method public int getAttributeIntValue(int, int);