Home
last modified time | relevance | path

Searched refs:getAttributeResourceValue (Results 1 – 16 of 16) 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.java156 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlPullAttributes
261 public int getAttributeResourceValue(int index, int defaultValue) { in getAttributeResourceValue() method in BridgeXmlPullAttributes
/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.java1176 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1585 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() method in ZenModeHelperTest.XmlResourceParserImpl
1617 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/config/
Dboot-image-profile.txt5018 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(II)I
5019 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeResourceValue(Ljava/lang/String;Ljava/lang/St…
/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/non-updatable-api/
Dcurrent.txt49067 method public int getAttributeResourceValue(String, String, int);
49068 method public int getAttributeResourceValue(int, int);
/frameworks/base/api/
Dcurrent.txt49211 method public int getAttributeResourceValue(String, String, int);
49212 method public int getAttributeResourceValue(int, int);