Searched defs:getAttributeValue (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java84 public String getAttributeValue(int index); method in interface:AttributeSet
96 public String getAttributeValue(String namespace, String name); method in interface:AttributeSet
279 * Equivalent to getAttributeValue(null, "id").
287 * Equivalent to getAttributeValue(null, "class").
H A DXmlPullAttributes.java41 public String getAttributeValue(int index) { method in class:XmlPullAttributes
42 return mParser.getAttributeValue(index);
45 public String getAttributeValue(String namespace, String name) { method in class:XmlPullAttributes
46 return mParser.getAttributeValue(namespace, name);
60 getAttributeValue(namespace, attribute), options, defaultValue);
66 getAttributeValue(namespace, attribute), defaultValue);
72 getAttributeValue(namespace, attribute), defaultValue);
78 getAttributeValue(namespace, attribute), defaultValue);
84 getAttributeValue(namespace, attribute), defaultValue);
89 String s = getAttributeValue(namespac
[all...]
/frameworks/base/tools/aapt2/
H A DManifestValidator.cpp64 Maybe<StringPiece16> ManifestValidator::getAttributeValue(android::ResXMLParser* parser, function in class:aapt::ManifestValidator
67 if (parser->getAttributeValue(idx, &value) < 0) {
89 if (parser->getAttributeValue(idx, &value) < 0) {
125 Maybe<StringPiece16> result = getAttributeValue(parser, idx);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { method in class:BridgeLayoutParamsMapAttributes
64 public String getAttributeValue(int index) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java265 public String getAttributeValue(int index) { method in class:BridgeXmlBlockParser
266 return mParser.getAttributeValue(index);
285 public String getAttributeValue(String namespace, String name) { method in class:BridgeXmlBlockParser
286 return mParser.getAttributeValue(namespace, name);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DXMLNode.java92 public String getAttributeValue(String name) { method in class:XMLNode
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp19 const ELFAttributeValue* ARMELFAttributeData::getAttributeValue( function in class:mcld::ARMELFAttributeData
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java200 public String getAttributeValue(int index) { method in class:XmlBlock.Parser
202 if (DEBUG) System.out.println("getAttributeValue of " + index + " = " + id);
223 public String getAttributeValue(String namespace, String name) { method in class:XmlBlock.Parser
231 + ", Value=" + getAttributeValue(idx));
232 return getAttributeValue(idx);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1259 printf("getAttributeValue 0x%zx=0x%x\n", idx, id);
1309 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const function in class:android::ResXMLParser

Completed in 4141 milliseconds