Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java84 public String getAttributeValue(int index); in getAttributeValue() method
96 public String getAttributeValue(String namespace, String name); in getAttributeValue() method
DXmlPullAttributes.java41 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes
45 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
64 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java265 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser
285 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java200 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser
223 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlBlock.Parser
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp18 const ELFAttributeValue *ARMELFAttributeData::getAttributeValue(TagType pTag) const in getAttributeValue() function in ARMELFAttributeData
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1264 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser