Home
last modified time | relevance | path

Searched refs:toParams (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
DApkBuilder.h83 return mFilter->match(file->getGroupEntry().toParams()); in matches()
DAaptAssets.cpp566 ConfigDescription withoutVersion = file->getGroupEntry().toParams(); in addFile()
1408 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1445 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1458 const ResTable_config& mconfig(mfile->getGroupEntry().toParams()); in filter()
DAaptAssets.h112 inline const ConfigDescription& toParams() const { return mParams; } in toParams() function
DResourceTable.cpp4390 if (target->getResourceType() == "" || target->getGroupEntry().toParams().sdkVersion >= SDK_L) { in modifyForCompat()
4425 ConfigDescription newConfig(target->getGroupEntry().toParams()); in modifyForCompat()
DResource.cpp127 mParams = file->getGroupEntry().toParams(); in next()