Home
last modified time | relevance | path

Searched refs:getAttributeResourceValue (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method in XmlPullAttributes
112 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in XmlPullAttributes
144 return getAttributeResourceValue(null, "id", defaultValue); in getIdAttributeResourceValue()
148 return getAttributeResourceValue(null, "style", 0); in getStyleAttribute()
H A DAttributeSet.java191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method
269 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue() method
/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java408 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method in XmlBlock.Parser
412 return getAttributeResourceValue(idx, defaultValue); in getAttributeResourceValue()
475 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue() method in XmlBlock.Parser
558 return getAttributeResourceValue(null, "id", defaultValue); in getIdAttributeResourceValue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeFactory.java500 final int resId = parser.getAttributeResourceValue(null, attributeName, Resources.ID_NULL); in setResAttribute()
526 final int resId = parser.getAttributeResourceValue(null, "res", -1); in setResAttributeArray()
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java179 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry()
/aosp14/frameworks/base/core/java/android/view/
H A DLayoutInflater.java1191 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java231 final int animId = attributeSet.getAttributeResourceValue(i, 0); in createStateListAnimatorFromXml()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2838 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in ZenModeHelperTest.XmlResourceParserImpl
2870 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() 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.txt5412 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(II)I
5413 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(Ljava/lang/String;Ljava/lang/St…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5415 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(II)I
5416 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(Ljava/lang/String;Ljava/lang/St…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49283 method public int getAttributeResourceValue(String, String, int);
49284 method public int getAttributeResourceValue(int, int);