Lines Matching refs:android

31 ssize_t indexOfAttribute(const android::ResXMLTree& tree, uint32_t attrRes);
37 android::String8 getAttribute(const android::ResXMLTree& tree, const char* ns,
38 const char* attr, android::String8* outError = NULL);
45 android::String8 getAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
46 android::String8* outError = NULL);
53 int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns,
54 const char* attr, int32_t defValue = -1, android::String8* outError = NULL);
61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, in getIntegerAttribute()
62 const char* attr, android::String8* outError) { in getIntegerAttribute()
71 int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
72 int32_t defValue = -1, android::String8* outError = NULL);
79 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes, in getIntegerAttribute()
80 android::String8* outError) { in getIntegerAttribute()
89 int32_t getResolvedIntegerAttribute(const android::ResTable& resTable,
90 const android::ResXMLTree& tree, uint32_t attrRes, int32_t defValue = -1,
91 android::String8* outError = NULL);
98 inline int32_t getResolvedIntegerAttribute(const android::ResTable& resTable, in getResolvedIntegerAttribute()
99 const android::ResXMLTree& tree, uint32_t attrRes, in getResolvedIntegerAttribute()
100 android::String8* outError) { in getResolvedIntegerAttribute()
109 android::String8 getResolvedAttribute(const android::ResTable& resTable,
110 const android::ResXMLTree& tree, uint32_t attrRes,
111 android::String8* outError = NULL);
117 void getResolvedResourceAttribute(const android::ResTable& resTable,
118 const android::ResXMLTree& tree, uint32_t attrRes, android::Res_value* outValue,
119 android::String8* outError = NULL);