Searched defs:getAttributeValue (Results 1 – 6 of 6) sorted by relevance
61 public String getAttributeValue(int index); in getAttributeValue() method62 public String getAttributeValue(String namespace, String name); in getAttributeValue() method
41 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes45 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
40 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes60 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
227 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser243 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeXmlBlockParser
200 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser223 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlBlock.Parser
868 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser