Home
last modified time | relevance | path

Searched refs:Res_GETTYPE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3714 const uint32_t t = Res_GETTYPE(attrRes); in applyStyle()
3865 const uint32_t t = Res_GETTYPE(resID); in getAttribute()
4275 const int t = Res_GETTYPE(resID); in getResourceName()
4340 const int t = Res_GETTYPE(resID); in getResource()
4507 const int t = Res_GETTYPE(resID); in getBagLocked()
5529 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue()
5701 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue()
6274 const int t = Res_GETTYPE(resID); in getResourceFlags()
6337 const int t = Res_GETTYPE(resID); in isResourceDynamic()
7061 uint8_t targetTypeId = Res_GETTYPE(targetResId); in add()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h252 #define Res_GETTYPE(id) (((id>>16)&0xFF)-1) macro
/frameworks/base/tools/aapt/
DResourceTable.cpp3869 int32_t typeIdx = Res_GETTYPE(ident); in addPublic()
4369 int tid = Res_GETTYPE(resID); in getEntry()
4466 if (Res_GETPACKAGE(attrId) + 1 != 0x01 || Res_GETTYPE(attrId) + 1 != 0x01) { in getPublicAttributeSdkLevel()