Searched defs:getAttributeValue (Results 1 - 6 of 6) 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/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.cpp990 //XML_NOISY(printf("getAttributeValue 0x%x=0x%x\n", idx, id));
1024 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const function in class:android::ResXMLParser

Completed in 2388 milliseconds