Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
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()
DAttributeSet.java191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method
269 public int getAttributeResourceValue(int index, int defaultValue); in getAttributeResourceValue() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java77 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in NopAttributeSet
109 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java96 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method in BridgeLayoutParamsMapAttributes
131 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java456 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlBlockParser
457 return mAttrib.getAttributeResourceValue(index, defaultValue); in getAttributeResourceValue()
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlBlockParser
462 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValue); in getAttributeResourceValue()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java349 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() method in XmlBlock.Parser
353 return getAttributeResourceValue(idx, defaultValue); in getAttributeResourceValue()
404 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue() method in XmlBlock.Parser
455 return getAttributeResourceValue(null, "id", defaultValue); in getIdAttributeResourceValue()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlPullAttributes
257 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlPullAttributes
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeFactory.java350 final int resId = parser.getAttributeResourceValue(null, attributeName, Resources.ID_NULL); in setResAttribute()
376 final int resId = parser.getAttributeResourceValue(null, "res", -1); in setResAttributeArray()
/frameworks/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java105 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java179 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry()
/frameworks/base/core/java/android/view/
DLayoutInflater.java1177 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1795 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in ZenModeHelperTest.XmlResourceParserImpl
1827 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java228 final int animId = attributeSet.getAttributeResourceValue(i, 0); in createStateListAnimatorFromXml()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31378 method public abstract int getAttributeResourceValue(java.lang.String, java.lang.String, int);
31379 method public abstract int getAttributeResourceValue(int, int);
/frameworks/base/config/
Dboot-image-profile.txt6600 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(II)I
6601 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(Ljava/lang/String;Ljava/lang/St…
/frameworks/base/api/
Dcurrent.txt51312 method public int getAttributeResourceValue(String, String, int);
51313 method public int getAttributeResourceValue(int, int);