Searched defs:getAttributeValue (Results 1 - 7 of 7) 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/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/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp18 const ELFAttributeValue *ARMELFAttributeData::getAttributeValue(TagType pTag) const function in class: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.cpp1215 //XML_NOISY(printf("getAttributeValue 0x%x=0x%x\n", idx, id));
1264 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const function in class:android::ResXMLParser

Completed in 2110 milliseconds