Home | History | Annotate | Download | only in aapt

Lines Matching refs:resTable

87  * The integer may be a resource in the supplied ResTable.
89 int32_t getResolvedIntegerAttribute(const android::ResTable& resTable,
96 * The integer may be a resource in the supplied ResTable.
98 inline int32_t getResolvedIntegerAttribute(const android::ResTable& resTable,
101 return getResolvedIntegerAttribute(resTable, tree, attrRes, -1, outError);
107 * The string may be a resource in the supplied ResTable.
109 android::String8 getResolvedAttribute(const android::ResTable& resTable,
115 * The resource may be a resource in the supplied ResTable.
117 void getResolvedResourceAttribute(const android::ResTable& resTable,