Searched defs:getIntegerAttribute (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptXml.h53 int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns,
61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, function in namespace:AaptXml
63 return getIntegerAttribute(tree, ns, attr, -1, outError);
71 int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
79 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes, function in namespace:AaptXml
81 return getIntegerAttribute(tree, attrRes, -1, outError);
H A DAaptXml.cpp123 int32_t getIntegerAttribute(const ResXMLTree& tree, const char* ns, function in namespace:AaptXml
132 int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, int32_t defValue, function in namespace:AaptXml

Completed in 55 milliseconds