Home
last modified time | relevance | path

Searched refs:getCustomResource (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h271 virtual uint32_t getCustomResource(const String16& package,
DResourceTable.cpp2368 uint32_t ResourceTable::getCustomResource( in getCustomResource() function in ResourceTable
2396 uint32_t resId = getCustomResource(package, type, name); in getCustomResourceWithCreation()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1974 virtual uint32_t getCustomResource(const String16& package,
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5710 uint32_t rid = accessor->getCustomResource(package, type, name); in stringToValue()